diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:14:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:14:47 +0800 |
commit | eed68082458357b5c21f0adf51149b94d5c1c5ca (patch) | |
tree | 0b8ef47fcd0ecce19937bde910ff11707f1c8b58 /net | |
parent | b75ec6fb445fc905743a6e26fae3815263443f5d (diff) | |
download | freebsd-ports-gnome-eed68082458357b5c21f0adf51149b94d5c1c5ca.tar.gz freebsd-ports-gnome-eed68082458357b5c21f0adf51149b94d5c1c5ca.tar.zst freebsd-ports-gnome-eed68082458357b5c21f0adf51149b94d5c1c5ca.zip |
- Fix BUILD_DEPENDS: py-gobject 2.12.0+ is required when PYTHON option enabled
Diffstat (limited to 'net')
-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: |