diff options
author | krion <krion@FreeBSD.org> | 2004-03-11 20:01:00 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-11 20:01:00 +0800 |
commit | 6b183972842b25d771c3c0950683d29a627b6b78 (patch) | |
tree | 7ba9a7bdab03cf31a77a96cd4d2e99fca967f5b1 /dns/libidn | |
parent | e43ffb0974081df33f5ca12ac303598de34df54d (diff) | |
download | freebsd-ports-gnome-6b183972842b25d771c3c0950683d29a627b6b78.tar.gz freebsd-ports-gnome-6b183972842b25d771c3c0950683d29a627b6b78.tar.zst freebsd-ports-gnome-6b183972842b25d771c3c0950683d29a627b6b78.zip |
- Fix build on 4.x
Noticed by: bento via kris
Diffstat (limited to 'dns/libidn')
-rw-r--r-- | dns/libidn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index 0c8e1904e57a..c3a4e4410a0b 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -18,7 +18,7 @@ COMMENT= Internationalized Domain Names command line tool LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv BUILD_DEPENDS= gengetopt:${PORTSDIR}/devel/gengetopt -USE_SIZE= yes +USE_GETTEXT= yes USE_PERL5_BUILD= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes |