summaryrefslogtreecommitdiff
path: root/security/libgpg-error
diff options
context:
space:
mode:
Diffstat (limited to 'security/libgpg-error')
-rw-r--r--security/libgpg-error/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile
index 52e72491ae0c..b87c1c054975 100644
--- a/security/libgpg-error/Makefile
+++ b/security/libgpg-error/Makefile
@@ -14,24 +14,26 @@ LICENSE_COMB= multi
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB
-USES= gmake libtool tar:bzip2
+USES= libtool tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-MAKE_JOBS_UNSAFE= yes
CPP+= -P
CONFIGURE_ARGS= --enable-static=yes
INSTALL_TARGET= install-strip
DOCS= AUTHORS ChangeLog NEWS README
INFO= gpgrt
-OPTIONS_DEFINE= DOCS NLS
+OPTIONS_DEFINE= DOCS NLS TEST
OPTIONS_SUB= yes
NLS_CONFIGURE_OFF= --disable-nls
NLS_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} --with-libintl-prefix=${LOCALBASE}
NLS_USES= gettext iconv
+TEST_CONFIGURE_ENABLE= tests
+TEST_TARGET= check
+
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}