svn commit: r337787 - head/net/gupnp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Dec 27 19:21:31 UTC 2013


Author: sunpoet
Date: Fri Dec 27 19:21:30 2013
New Revision: 337787
URL: http://svnweb.freebsd.org/changeset/ports/337787

Log:
  - Disable VAPIGEN completely

Modified:
  head/net/gupnp/Makefile

Modified: head/net/gupnp/Makefile
==============================================================================
--- head/net/gupnp/Makefile	Fri Dec 27 19:21:25 2013	(r337786)
+++ head/net/gupnp/Makefile	Fri Dec 27 19:21:30 2013	(r337787)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libgssdp-1.0.so:${PORTSDIR}
 		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


More information about the svn-ports-all mailing list