diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-12 04:26:32 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-12 04:26:32 +0000 |
commit | 81fb346c3279ac574e4a6e2ae4e5325f2e8573ef (patch) | |
tree | 338b12fa0914f1e7952be5a17b3a290e2248927e /net/net6/Makefile | |
parent | f15c8b2846d28545e0426f725f845e4fbf64e5d8 (diff) | |
download | ports-81fb346c3279ac574e4a6e2ae4e5325f2e8573ef.tar.gz ports-81fb346c3279ac574e4a6e2ae4e5325f2e8573ef.zip |
Notes
Diffstat (limited to 'net/net6/Makefile')
-rw-r--r-- | net/net6/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/net/net6/Makefile b/net/net6/Makefile index 036da7e3ce56..184673b82c70 100644 --- a/net/net6/Makefile +++ b/net/net6/Makefile @@ -6,7 +6,7 @@ # PORTNAME= net6 -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= net devel MASTER_SITES= http://releases.0x539.de/net6/ @@ -15,12 +15,14 @@ COMMENT= Network access framework for IPv4/IPv6 LIB_DEPENDS= sigc++-2.0.0:${PORTSDIR}/devel/libsigc++20 +USE_GCC= 3.4+ INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack .if !defined(WITHOUT_NLS) USE_GETTEXT= yes +USE_ICONV= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" PLIST_SUB= NLS="" .else @@ -28,10 +30,4 @@ CONFIGURE_ARGS= --disable-nls PLIST_SUB= NLS="@comment " .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= does not build on FreeBSD 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |