diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2002-02-04 17:14:50 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2002-02-04 17:14:50 +0800 |
commit | 9e4e65bde8f4e2b9b160942f6efb562b0f725ba1 (patch) | |
tree | f18edf97bd8de59f8b022a1967fd8d446e6f1671 /security | |
parent | 7424ebee527982dfec56e3079e3f9e051afd79f3 (diff) | |
download | freebsd-ports-gnome-9e4e65bde8f4e2b9b160942f6efb562b0f725ba1.tar.gz freebsd-ports-gnome-9e4e65bde8f4e2b9b160942f6efb562b0f725ba1.tar.zst freebsd-ports-gnome-9e4e65bde8f4e2b9b160942f6efb562b0f725ba1.zip |
Fix typos in LIB_DEPENDS line.
Submitted by: Neil Darlow <neil@darlow.co.uk>
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 4 | ||||
-rw-r--r-- | security/gnupg1/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index a8565dfade58..5ebcf2db3801 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/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 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 |