diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-02 02:03:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-02 02:03:12 +0800 |
commit | dc71989e0c809919adf55c08dd315bb150c53831 (patch) | |
tree | d4abf2a8533e9d37de685cc4dd33a826aa3b65dc /net | |
parent | 25360e85a3ab6115bc16047e585506e131c1440f (diff) | |
download | freebsd-ports-gnome-dc71989e0c809919adf55c08dd315bb150c53831.tar.gz freebsd-ports-gnome-dc71989e0c809919adf55c08dd315bb150c53831.tar.zst freebsd-ports-gnome-dc71989e0c809919adf55c08dd315bb150c53831.zip |
- Stage support
Diffstat (limited to 'net')
-rw-r--r-- | net/gnet2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/gnet2/Makefile b/net/gnet2/Makefile index 44f6817067d8..f5cc7d22c1ab 100644 --- a/net/gnet2/Makefile +++ b/net/gnet2/Makefile @@ -11,7 +11,7 @@ PKGNAMESUFFIX= 2 MAINTAINER= gnome@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=${DOCSDIR} 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 |