diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-28 03:21:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-28 03:21:30 +0800 |
commit | 3ae11f1b98530aef157939f0d6d2768002fbedb5 (patch) | |
tree | 41f28b6147eee4779e5ddfa2d173e59c3992370f /net/gupnp | |
parent | 2c50f4d029fb5489ba0995e674f84ffd38a3f700 (diff) | |
download | freebsd-ports-gnome-3ae11f1b98530aef157939f0d6d2768002fbedb5.tar.gz freebsd-ports-gnome-3ae11f1b98530aef157939f0d6d2768002fbedb5.tar.zst freebsd-ports-gnome-3ae11f1b98530aef157939f0d6d2768002fbedb5.zip |
- Disable VAPIGEN completely
Diffstat (limited to 'net/gupnp')
-rw-r--r-- | net/gupnp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index a0a57459218b..6153b02a0bea 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libgssdp-1.0.so:${PORTSDIR}/net/gssdp \ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid CONFIGURE_ARGS= --enable-introspection=yes -CONFIGURE_ENV= VAPIGEN="" +CONFIGURE_ENV= VAPIGEN="" ac_cv_path_VAPIGEN="" GNU_CONFIGURE= yes MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} USE_GNOME= glib20 introspection:build |