diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-10 11:30:09 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-10 11:30:09 +0000 |
commit | ccbeee486531e240490f61eb42ead8acef269e87 (patch) | |
tree | 60890a3c6f9cca977e851df9a230c948bbc7d427 | |
parent | a8f78880ee44f1cc14441c97b48b71e19a965b5d (diff) | |
download | freebsd-ports-ccbeee486531e240490f61eb42ead8acef269e87.zip |
- Make use of USE_GNOME=introspection
- Make use of USES=gmake
-rw-r--r-- | net/gupnp-igd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile index 7343d3199653..554e859d296c 100644 --- a/net/gupnp-igd/Makefile +++ b/net/gupnp-igd/Makefile @@ -19,12 +19,11 @@ RUN_DEPENDS= gupnp>=0.18:${PORTSDIR}/net/gupnp CONFIGURE_ARGS= --enable-introspection=yes GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= glib20 +USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes USE_PYTHON= yes USE_XZ= yes -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig post-patch: @${REINPLACE_CMD} -e '/ --define-variable=/d' ${WRKSRC}/configure |