diff options
Diffstat (limited to 'net/gupnp-igd')
-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 |