diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-28 03:21:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-28 03:21:41 +0800 |
commit | cf04a799f88b05fa18df2979010b44b660a674c1 (patch) | |
tree | 8970ffd488d5b3e468b980beb59abd1510f4d983 /net/gupnp-av | |
parent | 3ae11f1b98530aef157939f0d6d2768002fbedb5 (diff) | |
download | freebsd-ports-gnome-cf04a799f88b05fa18df2979010b44b660a674c1.tar.gz freebsd-ports-gnome-cf04a799f88b05fa18df2979010b44b660a674c1.tar.zst freebsd-ports-gnome-cf04a799f88b05fa18df2979010b44b660a674c1.zip |
- Disable VAPIGEN completely
Diffstat (limited to 'net/gupnp-av')
-rw-r--r-- | net/gupnp-av/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gupnp-av/Makefile b/net/gupnp-av/Makefile index a0518d431415..31b7c024eb0d 100644 --- a/net/gupnp-av/Makefile +++ b/net/gupnp-av/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp RUN_DEPENDS= gupnp>=0.19.0:${PORTSDIR}/net/gupnp 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 |