diff options
Diffstat (limited to 'net/gnet2/Makefile')
-rw-r--r-- | net/gnet2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gnet2/Makefile b/net/gnet2/Makefile index 60358e48fa5e..b843ec4db653 100644 --- a/net/gnet2/Makefile +++ b/net/gnet2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnet PORTVERSION= 2.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.gnetlibrary.org/src/ PKGNAMESUFFIX= 2 @@ -18,7 +18,7 @@ COMMENT= A simple network library built upon Glib-2 USE_GNOME= gnomehack glib20 USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes .if !defined(NOPORTDOCS) CONFIGURE_ARGS+= --with-html-dir=${DOCSDIR} |