svn commit: r400803 - head/net/gupnp-igd
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Nov 4 20:14:49 UTC 2015
Author: sunpoet
Date: Wed Nov 4 20:14:47 2015
New Revision: 400803
URL: https://svnweb.freebsd.org/changeset/ports/400803
Log:
- Fix BUILD_DEPENDS: py-gobject 2.12.0+ is required when PYTHON option enabled
Modified:
head/net/gupnp-igd/Makefile
Modified: head/net/gupnp-igd/Makefile
==============================================================================
--- head/net/gupnp-igd/Makefile Wed Nov 4 20:14:43 2015 (r400802)
+++ head/net/gupnp-igd/Makefile Wed Nov 4 20:14:47 2015 (r400803)
@@ -11,8 +11,7 @@ COMMENT= Library to handle UPnP IGD port
LICENSE= LGPL21
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject \
- gobject-introspection>=0.10:${PORTSDIR}/devel/gobject-introspection \
+BUILD_DEPENDS= gobject-introspection>=0.10:${PORTSDIR}/devel/gobject-introspection \
gupnp>=0.18:${PORTSDIR}/net/gupnp
LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp
RUN_DEPENDS= gupnp>=0.18:${PORTSDIR}/net/gupnp
@@ -29,6 +28,7 @@ USE_LDCONFIG= yes
USES= gmake libtool pathfix pkgconfig tar:xz
PYTHON_CONFIGURE_ENABLE=python
+PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject>=2.12.0:${PORTSDIR}/devel/py-gobject
PYTHON_USES= python:2
post-patch:
More information about the svn-ports-all
mailing list