From 58d3822bc5e266281ed653ac66580ea71d5114b3 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Thu, 24 Nov 2016 00:33:36 +0000 Subject: [PATCH] security/libgpg-error --- security/libgpg-error/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index 9d6b6fa67..9b3fec3e8 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -47,7 +47,13 @@ PLIST_VARS+= nls .if ${OPSYS} == "DragonFly" && ${MACHINE} == "i386" CONFIGURE_ARGS+= --disable-nls .else +. if ${OPSYS} == "NetBSD" && ${OS_VARIANT} == "Minix" +CONFIGURE_ARGS+= --disable-tests +CONFIGURE_ARGS+= --disable-nls +. else # ${OPSYS} == "NetBSD" && ${OS_VARIANT} == "Minix" + PLIST.nls= yes +. endif # ${OPSYS} == "NetBSD" && ${OS_VARIANT} == "Minix" .endif TEST_TARGET= check