diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 09:46:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 09:46:46 +0000 |
commit | 8493a5819b74095ca9e0b9f0cf8e77fedad823e1 (patch) | |
tree | 19832c4fa0699d64a8eaf478f63987c7ab06da65 /security | |
parent | Iconv cleanup, stage 1a: remove `g' prefix from binaries, headers, libraries and (diff) |
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
Notes
Notes:
svn path=/head/; revision=56287
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 2 | ||||
-rw-r--r-- | security/gnupg1/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 933904fa388c..e891eaefd9f3 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -26,7 +26,7 @@ MLINKS= gpg.1 gpgm.1 .include <bsd.port.pre.mk> .if exists(${PREFIX}/lib/libiconv.so) -LIB_DEPENDS+= iconv.2:${PORTSDIR}/converters/iconv +LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv .endif .if exists(${PREFIX}/lib/libgdbm.so) LIB_DEPENDS+= gdbm.2:${PORTSDIR}/databases/gdbm diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 933904fa388c..e891eaefd9f3 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -26,7 +26,7 @@ MLINKS= gpg.1 gpgm.1 .include <bsd.port.pre.mk> .if exists(${PREFIX}/lib/libiconv.so) -LIB_DEPENDS+= iconv.2:${PORTSDIR}/converters/iconv +LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv .endif .if exists(${PREFIX}/lib/libgdbm.so) LIB_DEPENDS+= gdbm.2:${PORTSDIR}/databases/gdbm |