diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-10 19:30:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-10 19:30:09 +0800 |
commit | 083e126406bb704b8f8efbc88aaf47a9d18a3612 (patch) | |
tree | 60890a3c6f9cca977e851df9a230c948bbc7d427 /net | |
parent | 9724f55c9b728ad7e6ce9273cf816b318deee9cd (diff) | |
download | freebsd-ports-gnome-083e126406bb704b8f8efbc88aaf47a9d18a3612.tar.gz freebsd-ports-gnome-083e126406bb704b8f8efbc88aaf47a9d18a3612.tar.zst freebsd-ports-gnome-083e126406bb704b8f8efbc88aaf47a9d18a3612.zip |
- Make use of USE_GNOME=introspection
- Make use of USES=gmake
Diffstat (limited to 'net')
-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 |