diff options
author | lofi <lofi@FreeBSD.org> | 2004-05-04 18:49:48 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-05-04 18:49:48 +0800 |
commit | 24d654e43a53c17e2cfb1396795309e448257bbe (patch) | |
tree | e0fad2607d383cdf80a472c6bbd5c925c5c02979 /security/pinentry | |
parent | cd07978c0dfb26a03ec72738e49b9959defdd100 (diff) | |
download | freebsd-ports-gnome-24d654e43a53c17e2cfb1396795309e448257bbe.tar.gz freebsd-ports-gnome-24d654e43a53c17e2cfb1396795309e448257bbe.tar.zst freebsd-ports-gnome-24d654e43a53c17e2cfb1396795309e448257bbe.zip |
Add missing USE_ICONV.
Diffstat (limited to 'security/pinentry')
-rw-r--r-- | security/pinentry/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 3f37281c5836..19039742f37d 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt \ CONFLICTS?= pinentry-qt* pinentry-gtk* pinentry-curses* USE_GETOPT_LONG=yes +USE_ICONV= yes WANT_GNOME= yes USE_LIBTOOL_VER=13 USE_GMAKE= yes |