diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:56:43 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:56:43 +0000 |
commit | a9f655130603ff40a917146738a8cb2487ed5f82 (patch) | |
tree | 5babe5a6833f10e0055bcf2c88ac48e0eaa8c05d /security/gnupg-devel | |
parent | c6f7e574ed68c7363c234c63e9d7af5f6599b904 (diff) | |
download | ports-a9f655130603ff40a917146738a8cb2487ed5f82.tar.gz ports-a9f655130603ff40a917146738a8cb2487ed5f82.zip |
Notes
Diffstat (limited to 'security/gnupg-devel')
-rw-r--r-- | security/gnupg-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnupg-devel/Makefile b/security/gnupg-devel/Makefile index e316e0b5ec9e..c7dd8fa6812a 100644 --- a/security/gnupg-devel/Makefile +++ b/security/gnupg-devel/Makefile @@ -16,7 +16,6 @@ MAINTAINER= lofi@freebsd.org COMMENT= Prerelease package of GnuPG extensions for GnuPG 2.0 LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt \ - iconv.3:${PORTSDIR}/converters/libiconv \ ksba.7:${PORTSDIR}/security/libksba \ pth.20:${PORTSDIR}/devel/pth RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ @@ -27,6 +26,7 @@ USE_AUTOCONF_VER=253 USE_LIBTOOL_VER=13 USE_GETTEXT= yes USE_GMAKE= yes +USE_ICONV= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib |