diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-21 01:51:41 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-21 01:51:41 +0000 |
commit | 0b11a525c573874467c29233f4503f8b99b6ed3e (patch) | |
tree | 07201c3b8bce0ecb596e6d88ac72a276b4c03541 /security/gnupg1 | |
parent | 87e9ead15d870815e6c52533996d8e07917b0b88 (diff) | |
download | ports-0b11a525c573874467c29233f4503f8b99b6ed3e.tar.gz ports-0b11a525c573874467c29233f4503f8b99b6ed3e.zip |
Notes
Diffstat (limited to 'security/gnupg1')
-rw-r--r-- | security/gnupg1/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 5a51f94047f5..3f147c224ff0 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -28,10 +28,7 @@ MAN1= gpg.1 gpgv.1 .include <bsd.port.pre.mk> -.if exists(${PREFIX}/lib/libgdbm.so) -LIB_DEPENDS+= gdbm.2:${PORTSDIR}/databases/gdbm -.endif -.if exists(${PREFIX}/lib/libiconv.so) +.if defined(WITH_LIBICONV) || exists(${PREFIX}/lib/libiconv.so) LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv .endif |