aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg1/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-02-04 09:14:50 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-02-04 09:14:50 +0000
commite791e25b61902e839da927ae56a47f30fca6723f (patch)
tree2f1ea6081d83f724a11c2bd8f37ee9aa50e6f503 /security/gnupg1/Makefile
parent85645168f83c6f8734ede31ae0b75d57923a075e (diff)
downloadports-e791e25b61902e839da927ae56a47f30fca6723f.tar.gz
ports-e791e25b61902e839da927ae56a47f30fca6723f.zip
Notes
Diffstat (limited to 'security/gnupg1/Makefile')
-rw-r--r--security/gnupg1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile
index a8565dfade58..5ebcf2db3801 100644
--- a/security/gnupg1/Makefile
+++ b/security/gnupg1/Makefile
@@ -25,10 +25,10 @@ MLINKS= gpg.1 gpgm.1
.include <bsd.port.pre.mk>
.if exists(${PREFIX}/lib/libiconv.so)
-LIB_DEPENDS+= libiconv.2:${PORTSDIR}/converter/iconv
+LIB_DEPENDS+= iconv.2:${PORTSDIR}/converters/iconv
.endif
.if exists(${PREFIX}/lib/libgdbm.so)
-LIB_DEPENDS+= libgdbm.2:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS+= gdbm.2:${PORTSDIR}/databases/gdbm
.endif
.if ${OSVERSION} < 300000