diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-21 13:37:28 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-21 13:37:28 +0000 |
commit | 9d90c70f589437b9011883db9ce9ccad75ba326b (patch) | |
tree | a868be67b71a39e7bc821c7e852dfdbf8bde475f /dns/libidn/Makefile | |
parent | 89cd34447732c3cfb63b4cd90fea44fa5b240c1c (diff) |
Notes
Diffstat (limited to 'dns/libidn/Makefile')
-rw-r--r-- | dns/libidn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index 2fafeca7e13e..6caba312aa45 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libidn -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.1 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/${PORTNAME}/ \ ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/${PORTNAME}/ @@ -15,6 +15,7 @@ MAINTAINER= ponomarew@oberon.net COMMENT= Internationalized Domain Names command line tool LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv +BUILD_DEPENDS= gengetopt:${PORTSDIR}/devel/gengetopt USE_LIBTOOL= yes GNU_CONFIGURE= yes |