mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 19:30:47 -04:00
security/libgpg-error
This commit is contained in:
parent
d9c385cf69
commit
05fd5e9998
@ -47,7 +47,13 @@ PLIST_VARS+= nls
|
|||||||
.if ${OPSYS} == "DragonFly" && ${MACHINE} == "i386"
|
.if ${OPSYS} == "DragonFly" && ${MACHINE} == "i386"
|
||||||
CONFIGURE_ARGS+= --disable-nls
|
CONFIGURE_ARGS+= --disable-nls
|
||||||
.else
|
.else
|
||||||
|
. if ${OPSYS} == "NetBSD" && ${OS_VARIANT} == "Minix"
|
||||||
|
CONFIGURE_ARGS+= --disable-tests
|
||||||
|
CONFIGURE_ARGS+= --disable-nls
|
||||||
|
. else # ${OPSYS} == "NetBSD" && ${OS_VARIANT} == "Minix"
|
||||||
|
|
||||||
PLIST.nls= yes
|
PLIST.nls= yes
|
||||||
|
. endif # ${OPSYS} == "NetBSD" && ${OS_VARIANT} == "Minix"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
TEST_TARGET= check
|
TEST_TARGET= check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user