diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-03-27 22:12:40 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-03-27 22:12:40 +0000 |
commit | f78cf5dcf7ec809778c0981f0acc76db4c2aa25d (patch) | |
tree | 38f6ec5de85fd557fc8d69435680ac8e829e610e /security/libgpg-error/Makefile | |
parent | 571684376c354f5bcaf7aa2ccda01de2151b6764 (diff) |
Notes
Diffstat (limited to 'security/libgpg-error/Makefile')
-rw-r--r-- | security/libgpg-error/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index 750064ffbcfd..eba7479f95dc 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libgpg-error -PORTVERSION= 0.6 -PORTREVISION= 1 +PORTVERSION= 0.7 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= alpha/${PORTNAME} @@ -16,12 +15,17 @@ MAINTAINER= sergei@FreeBSD.org COMMENT= Common error values for all GnuPG components USE_GPG= yes -USE_GETTEXT= yes USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS= --without-nls +.else +USE_GETTEXT= yes +.endif + DOCS= AUTHORS ChangeLog NEWS README .if !defined(NOPORTDOCS) |