summaryrefslogtreecommitdiff
path: root/security/gnupg
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnupg')
-rw-r--r--security/gnupg/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index ba55740363c0..a8565dfade58 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/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