diff options
author | mva <mva@FreeBSD.org> | 2013-04-27 18:25:24 +0000 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-04-27 18:25:24 +0000 |
commit | a99e7e687dd8959b456b245eeaafe101878e92d8 (patch) | |
tree | 05c37dd385b99b953046290a1ad749042e2d1c51 /security/gnupg/Makefile | |
parent | e43c5466309ee34db1fde989beb22aa3f35d27ec (diff) | |
download | FreeBSD-ports-a99e7e687dd8959b456b245eeaafe101878e92d8.zip FreeBSD-ports-a99e7e687dd8959b456b245eeaafe101878e92d8.tar.gz |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index e8e746a..14144f6 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= assuan:${PORTSDIR}/security/libassuan \ USE_BZIP2= YES USE_GMAKE= YES GNU_CONFIGURE= YES -USE_ICONV= YES +USES= iconv USE_LDCONFIG= YES CONFIGURE_ARGS+= --enable-symcryptrun .if defined(NOPORTDOCS) |