diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-01 20:46:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-01 20:46:45 +0800 |
commit | 398aaf18033059c2cc68f104e47ea4e5b7839555 (patch) | |
tree | 5a6ed87fe5e595739e1f7d930fe7e26aff93bee4 /net | |
parent | 4e589c945928f1dcc4038881dbaf50b0979d13a7 (diff) | |
download | freebsd-ports-gnome-398aaf18033059c2cc68f104e47ea4e5b7839555.tar.gz freebsd-ports-gnome-398aaf18033059c2cc68f104e47ea4e5b7839555.tar.zst freebsd-ports-gnome-398aaf18033059c2cc68f104e47ea4e5b7839555.zip |
Use USES=gnome
Diffstat (limited to 'net')
-rw-r--r-- | net/gupnp-igd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile index 70aee19e8217..ced90bef437c 100644 --- a/net/gupnp-igd/Makefile +++ b/net/gupnp-igd/Makefile @@ -27,7 +27,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes -USES= gmake libtool pathfix pkgconfig tar:xz +USES= gmake gnome libtool pathfix pkgconfig tar:xz PYTHON_CONFIGURE_ENABLE=python PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject>=2.12.0:devel/py-gobject |