summaryrefslogtreecommitdiff
path: root/security/gnupg
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-04-16 13:00:39 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-04-16 13:00:39 +0000
commit4d9355ef5d24c30fbf6b532218c5f6705a4da88f (patch)
treed1769c654a4906facbcfb71f8538f12d0bc7ffca /security/gnupg
parentUpdate to exim-4.03, including Cyrus SASL pwcheck daemon authentication (diff)
Check hidden dependency on libiconv.
Pointed out by: Neil Darlow <neil@darlow.co.uk>
Notes
Notes: svn path=/head/; revision=57755
Diffstat (limited to 'security/gnupg')
-rw-r--r--security/gnupg/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index bdf071e0bf21..3e102f7341c5 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -28,6 +28,9 @@ MLINKS= gpg.1 gpgm.1
.if exists(${PREFIX}/lib/libgdbm.so)
LIB_DEPENDS+= gdbm.2:${PORTSDIR}/databases/gdbm
.endif
+.if exists(${PREFIX}/lib/libiconv.so)
+LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
+.endif
.if ${OSVERSION} < 300000
USE_GMAKE= YES