diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-12-04 04:35:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-12-04 04:35:22 +0800 |
commit | 80deaeb5c67cbef13bd2b9a8387f6306d3eb1d7f (patch) | |
tree | cfcfa28fcd1117ecee5e2075433d515d161f0f88 | |
parent | 843c05264a93a544e0af1d40cf22599523440df1 (diff) | |
download | freebsd-ports-gnome-80deaeb5c67cbef13bd2b9a8387f6306d3eb1d7f.tar.gz freebsd-ports-gnome-80deaeb5c67cbef13bd2b9a8387f6306d3eb1d7f.tar.zst freebsd-ports-gnome-80deaeb5c67cbef13bd2b9a8387f6306d3eb1d7f.zip |
Change from USES=python:2 to USES=python:2.7
- Bump PORTREVISION for dependency change
-rw-r--r-- | net/gupnp-igd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile index 3697b0c80942..2db1301812d6 100644 --- a/net/gupnp-igd/Makefile +++ b/net/gupnp-igd/Makefile @@ -3,6 +3,7 @@ PORTNAME= gupnp-igd PORTVERSION= 0.2.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME @@ -30,7 +31,7 @@ USES= gmake gnome libtool pathfix pkgconfig tar:xz PYTHON_CONFIGURE_ENABLE=python PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject>=2.12.0:devel/py-gobject@${PY_FLAVOR} -PYTHON_USES= python:2 +PYTHON_USES= python:2.7 post-patch: @${REINPLACE_CMD} -e '/ --define-variable=/d' ${WRKSRC}/configure |