aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnupg
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2002-04-16 21:00:39 +0800
committerkuriyama <kuriyama@FreeBSD.org>2002-04-16 21:00:39 +0800
commit91ce44d4176c9f90ad5fc9a8f9973281db00a36b (patch)
tree5d963411957b444b7fa7d271c7490b9f89c265df /security/gnupg
parentc1613d5493ac977afee378bbf75579b269d7b74d (diff)
downloadfreebsd-ports-gnome-91ce44d4176c9f90ad5fc9a8f9973281db00a36b.tar.gz
freebsd-ports-gnome-91ce44d4176c9f90ad5fc9a8f9973281db00a36b.tar.zst
freebsd-ports-gnome-91ce44d4176c9f90ad5fc9a8f9973281db00a36b.zip
Check hidden dependency on libiconv.
Pointed out by: Neil Darlow <neil@darlow.co.uk>
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