diff options
Diffstat (limited to 'net/gnet2')
-rw-r--r-- | net/gnet2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gnet2/Makefile b/net/gnet2/Makefile index 2292f23bdba7..60358e48fa5e 100644 --- a/net/gnet2/Makefile +++ b/net/gnet2/Makefile @@ -18,7 +18,7 @@ COMMENT= A simple network library built upon Glib-2 USE_GNOME= gnomehack glib20 USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 .if !defined(NOPORTDOCS) CONFIGURE_ARGS+= --with-html-dir=${DOCSDIR} |