diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-03 20:35:22 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-03 20:35:22 +0000 |
commit | 01b8e238d4d851d2724141bc60bbfde322b7ad33 (patch) | |
tree | cfcfa28fcd1117ecee5e2075433d515d161f0f88 | |
parent | 971f60f604de339a859654ec96cb957f6ae2a010 (diff) |
Notes
-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 |