diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2015-10-29 14:29:06 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2015-10-29 14:29:06 +0000 |
commit | 62a14d310a0ea122b96e89548dedbf93e6600c51 (patch) | |
tree | 9c19d35a9cacbbed761d1d7cdceb5a0185a6e4b1 /security/libgpg-error/Makefile | |
parent | e54d6409c345684af02099292156ec7e9f5addca (diff) | |
download | ports-62a14d310a0ea122b96e89548dedbf93e6600c51.tar.gz ports-62a14d310a0ea122b96e89548dedbf93e6600c51.zip |
Notes
Diffstat (limited to 'security/libgpg-error/Makefile')
-rw-r--r-- | security/libgpg-error/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index 03262853cc5e..7244af2bfa11 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -3,6 +3,7 @@ PORTNAME= libgpg-error PORTVERSION= 1.20 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= GNUPG @@ -16,16 +17,17 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes CPP+= -P +CONFIGURE_ARGS+= --enable-static=yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} USES+= gettext iconv -CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ +CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} \ --with-libintl-prefix=${LOCALBASE} PLIST_SUB= NLS="" .else -CONFIGURE_ARGS= --disable-nls +CONFIGURE_ARGS+= --disable-nls PLIST_SUB= NLS="@comment " .endif |