diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 03:02:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 03:02:12 +0000 |
commit | 9dd7eb4546ab1fa9e0588897d9053fe7e850f7d1 (patch) | |
tree | 74d95e4cecef466b9f5cdda52d849bcef005c734 /net/gupnp-igd | |
parent | 5eb32f79acd6d7b62756c2d2e895460814dad23c (diff) | |
download | ports-9dd7eb4546ab1fa9e0588897d9053fe7e850f7d1.tar.gz ports-9dd7eb4546ab1fa9e0588897d9053fe7e850f7d1.zip |
Notes
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 |