summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-11 12:01:00 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-11 12:01:00 +0000
commit4af832000bc9b642eeb2d5593df72c37bf647cb4 (patch)
tree521fe16ef3d8c39b2eecadb5352f34b160b6d40e /dns
parentBreak for alpha (diff)
- Fix build on 4.x
Noticed by: bento via kris
Notes
Notes: svn path=/head/; revision=103642
Diffstat (limited to 'dns')
-rw-r--r--dns/libidn/Makefile2
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