diff options
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index a8565dfade5..5ebcf2db380 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 |