diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2002-04-16 21:00:39 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2002-04-16 21:00:39 +0800 |
commit | 91ce44d4176c9f90ad5fc9a8f9973281db00a36b (patch) | |
tree | 5d963411957b444b7fa7d271c7490b9f89c265df /security/gnupg | |
parent | c1613d5493ac977afee378bbf75579b269d7b74d (diff) | |
download | freebsd-ports-gnome-91ce44d4176c9f90ad5fc9a8f9973281db00a36b.tar.gz freebsd-ports-gnome-91ce44d4176c9f90ad5fc9a8f9973281db00a36b.tar.zst freebsd-ports-gnome-91ce44d4176c9f90ad5fc9a8f9973281db00a36b.zip |
Check hidden dependency on libiconv.
Pointed out by: Neil Darlow <neil@darlow.co.uk>
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index bdf071e0bf21..3e102f7341c5 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -28,6 +28,9 @@ MLINKS= gpg.1 gpgm.1 .if exists(${PREFIX}/lib/libgdbm.so) LIB_DEPENDS+= gdbm.2:${PORTSDIR}/databases/gdbm .endif +.if exists(${PREFIX}/lib/libiconv.so) +LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv +.endif .if ${OSVERSION} < 300000 USE_GMAKE= YES |