svn commit: r346680 - head/net/gnet2

Martin Wilke miwi at FreeBSD.org
Sat Mar 1 18:03:13 UTC 2014


Author: miwi
Date: Sat Mar  1 18:03:12 2014
New Revision: 346680
URL: http://svnweb.freebsd.org/changeset/ports/346680
QAT: https://qat.redports.org/buildarchive/r346680/

Log:
  - Stage support

Modified:
  head/net/gnet2/Makefile

Modified: head/net/gnet2/Makefile
==============================================================================
--- head/net/gnet2/Makefile	Sat Mar  1 18:02:48 2014	(r346679)
+++ head/net/gnet2/Makefile	Sat Mar  1 18:03:12 2014	(r346680)
@@ -11,7 +11,7 @@ PKGNAMESUFFIX=	2
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	A simple network library built upon Glib-2
 
-USES=		pkgconfig
+USES=		pkgconfig pathfix
 USE_AUTOTOOLS=	libtool
 USE_GNOME=	gnomehack glib20
 USE_LDCONFIG=	yes
@@ -23,7 +23,6 @@ CONFIGURE_ARGS+=	--with-html-dir=${DOCSD
 CONFIGURE_ARGS+=	--without-html-dir
 .endif
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|GNET_INTERFACE_AGE=0|GNET_INTERFACE_AGE=8|g' \
 		${WRKSRC}/configure


More information about the svn-ports-head mailing list