svn commit: r337786 - head/net/gssdp

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


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

Log:
  - Disable VAPIGEN completely

Modified:
  head/net/gssdp/Makefile

Modified: head/net/gssdp/Makefile
==============================================================================
--- head/net/gssdp/Makefile	Fri Dec 27 19:20:21 2013	(r337785)
+++ head/net/gssdp/Makefile	Fri Dec 27 19:21:25 2013	(r337786)
@@ -19,7 +19,7 @@ OPTIONS_DEFAULT=GTK3
 OPTIONS_SUB=	yes
 
 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-head mailing list