aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg1/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-02-03 23:00:56 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-02-03 23:00:56 +0000
commit6707cd923c67cdf5b7a213f3b805a2732e6879bc (patch)
treecadc5089e81e5ed6d02d2766b20f6aa9f14b129d /security/gnupg1/Makefile
parent210a696e1931dc571fbeebabf32da87ffcd5e70c (diff)
Notes
Diffstat (limited to 'security/gnupg1/Makefile')
-rw-r--r--security/gnupg1/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile
index ba55740363c0..a8565dfade58 100644
--- a/security/gnupg1/Makefile
+++ b/security/gnupg1/Makefile
@@ -24,6 +24,13 @@ MLINKS= gpg.1 gpgm.1
.include <bsd.port.pre.mk>
+.if exists(${PREFIX}/lib/libiconv.so)
+LIB_DEPENDS+= libiconv.2:${PORTSDIR}/converter/iconv
+.endif
+.if exists(${PREFIX}/lib/libgdbm.so)
+LIB_DEPENDS+= libgdbm.2:${PORTSDIR}/databases/gdbm
+.endif
+
.if ${OSVERSION} < 300000
USE_GMAKE= YES
.endif