aboutsummaryrefslogtreecommitdiff
path: root/dns/libidn/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-01-29 09:08:07 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-01-29 09:08:07 +0000
commitc2d8dcef9a86ea2b1f320e3c7f5e8d0b85d5d2ad (patch)
tree17c6d695b2b4f0b5e36fbf10c6bbb75f3128fa1c /dns/libidn/Makefile
parent35c8a898d416e25fa1dc4acf3b460f7a3850210a (diff)
downloadports-c2d8dcef9a86ea2b1f320e3c7f5e8d0b85d5d2ad.tar.gz
ports-c2d8dcef9a86ea2b1f320e3c7f5e8d0b85d5d2ad.zip
Notes
Diffstat (limited to 'dns/libidn/Makefile')
-rw-r--r--dns/libidn/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile
index 0c8b57d37a1f..dc51ceb8be38 100644
--- a/dns/libidn/Makefile
+++ b/dns/libidn/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libidn
-PORTVERSION= 0.5.12
+PORTVERSION= 0.5.13
CATEGORIES= devel
MASTER_SITES= http://josefsson.org/libidn/releases/ \
${MASTER_SITE_GNU_ALPHA}
@@ -20,13 +20,15 @@ BUILD_DEPENDS= gengetopt:${PORTSDIR}/devel/gengetopt
USE_GETOPT_LONG= yes
USE_GNOME= gnomehack gnometarget pkgconfig
USE_ICONV= yes
+USE_LIBTOOL_VER=15
USE_PERL5_BUILD= yes
USE_REINPLACE= yes
-INSTALLS_SHLIB= yes
-USE_LIBTOOL_VER= 15
+
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
+INSTALLS_SHLIB= yes
+
INFO= libidn
.if !defined(WITHOUT_NLS)