diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-04-16 13:00:39 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-04-16 13:00:39 +0000 |
commit | 4d9355ef5d24c30fbf6b532218c5f6705a4da88f (patch) | |
tree | d1769c654a4906facbcfb71f8538f12d0bc7ffca /security/gnupg | |
parent | 4b51f316f10e472df7cfb24b16da0670e5db8766 (diff) | |
download | ports-4d9355ef5d24c30fbf6b532218c5f6705a4da88f.tar.gz ports-4d9355ef5d24c30fbf6b532218c5f6705a4da88f.zip |
Notes
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 3 |
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 |