From 80deaeb5c67cbef13bd2b9a8387f6306d3eb1d7f Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 3 Dec 2017 20:35:22 +0000 Subject: Change from USES=python:2 to USES=python:2.7 - Bump PORTREVISION for dependency change --- net/gupnp-igd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit