svn commit: r337788 - head/net/gupnp-av
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Dec 27 19:21:41 UTC 2013
Author: sunpoet
Date: Fri Dec 27 19:21:41 2013
New Revision: 337788
URL: http://svnweb.freebsd.org/changeset/ports/337788
Log:
- Disable VAPIGEN completely
Modified:
head/net/gupnp-av/Makefile
Modified: head/net/gupnp-av/Makefile
==============================================================================
--- head/net/gupnp-av/Makefile Fri Dec 27 19:21:30 2013 (r337787)
+++ head/net/gupnp-av/Makefile Fri Dec 27 19:21:41 2013 (r337788)
@@ -17,7 +17,7 @@ LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}
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
More information about the svn-ports-all
mailing list