diff options
Diffstat (limited to 'security/gnupg1/Makefile')
-rw-r--r-- | security/gnupg1/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index ba55740..a8565df 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 |