diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-15 11:02:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-15 11:02:12 +0800 |
commit | 7c8184bbd356da9febf81aa7f729580b73df659e (patch) | |
tree | 74d95e4cecef466b9f5cdda52d849bcef005c734 /net/gupnp-igd | |
parent | 36ebaa7af5979296cd8a88aab32c4c6c3595ca09 (diff) | |
download | freebsd-ports-gnome-7c8184bbd356da9febf81aa7f729580b73df659e.tar.gz freebsd-ports-gnome-7c8184bbd356da9febf81aa7f729580b73df659e.tar.zst freebsd-ports-gnome-7c8184bbd356da9febf81aa7f729580b73df659e.zip |
- Use USES=python
Diffstat (limited to 'net/gupnp-igd')
-rw-r--r-- | net/gupnp-igd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile index ca97fb6411c2..773b4ad72842 100644 --- a/net/gupnp-igd/Makefile +++ b/net/gupnp-igd/Makefile @@ -30,7 +30,7 @@ USE_LDCONFIG= yes USES= gmake libtool pathfix pkgconfig tar:xz PYTHON_CONFIGURE_ENABLE=python -PYTHON_USE= PYTHON=yes +PYTHON_USES= python post-patch: @${REINPLACE_CMD} -e '/ --define-variable=/d' ${WRKSRC}/configure |