diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-04 20:14:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-04 20:14:47 +0000 |
commit | ea71ed3450e4261a336e480795961888439df025 (patch) | |
tree | 0b8ef47fcd0ecce19937bde910ff11707f1c8b58 /net/gupnp-igd | |
parent | 5c15bec50f6fa92c2817df6534a78b9c7519c093 (diff) |
Notes
Diffstat (limited to 'net/gupnp-igd')
-rw-r--r-- | net/gupnp-igd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile index cd512b16508d..3a574d219352 100644 --- a/net/gupnp-igd/Makefile +++ b/net/gupnp-igd/Makefile @@ -11,8 +11,7 @@ COMMENT= Library to handle UPnP IGD port mapping 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: |