diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-27 19:21:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-27 19:21:30 +0000 |
commit | 2e91248e9d6f29708879526f013c9ec715398c05 (patch) | |
tree | 41f28b6147eee4779e5ddfa2d173e59c3992370f /net/gupnp | |
parent | bf46081c95987a2fecedb561533469da54f8c2ff (diff) | |
download | ports-2e91248e9d6f29708879526f013c9ec715398c05.tar.gz ports-2e91248e9d6f29708879526f013c9ec715398c05.zip |
Notes
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 |