diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-22 20:02:43 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-22 20:02:43 +0000 |
commit | 0cb52f4228db320b3645c3fd19e1c27c43a97bbd (patch) | |
tree | 79dd15646f548c30a453dab2b1d6da195a49535d /dns/libidn/Makefile | |
parent | 1e877ee37ee15527b9fe735519df1debfd0f78f0 (diff) |
Notes
Diffstat (limited to 'dns/libidn/Makefile')
-rw-r--r-- | dns/libidn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index b143c3bdfbb5..c32516624c84 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libidn -PORTVERSION= 0.3.6 +PORTVERSION= 0.3.7 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} \ http://josefsson.org/libidn/releases/ @@ -25,7 +25,7 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes USE_GETOPT_LONG= yes USE_GNOME= gnomehack -#INFO= libidn +INFO= libidn CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |