aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-07-21 01:51:41 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-07-21 01:51:41 +0000
commit0b11a525c573874467c29233f4503f8b99b6ed3e (patch)
tree07201c3b8bce0ecb596e6d88ac72a276b4c03541
parent87e9ead15d870815e6c52533996d8e07917b0b88 (diff)
downloadports-0b11a525c573874467c29233f4503f8b99b6ed3e.tar.gz
ports-0b11a525c573874467c29233f4503f8b99b6ed3e.zip
Notes
-rw-r--r--security/gnupg/Makefile5
-rw-r--r--security/gnupg1/Makefile5
2 files changed, 2 insertions, 8 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 5a51f94047f5..3f147c224ff0 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/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
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