Date: Fri, 9 Aug 2013 19:09:04 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324456 - head/net/gssdp Message-ID: <201308091909.r79J94Ae079390@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Aug 9 19:09:04 2013 New Revision: 324456 URL: http://svnweb.freebsd.org/changeset/ports/324456 Log: - Make use of USE_GNOME=introspection - Make use of USES=gmake Modified: head/net/gssdp/Makefile Modified: head/net/gssdp/Makefile ============================================================================== --- head/net/gssdp/Makefile Fri Aug 9 19:01:58 2013 (r324455) +++ head/net/gssdp/Makefile Fri Aug 9 19:09:04 2013 (r324456) @@ -20,11 +20,10 @@ OPTIONS_DEFAULT=GTK3 CONFIGURE_ARGS= --enable-introspection=yes CONFIGURE_ENV= VAPIGEN="" GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= glib20 +USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes USE_XZ= yes -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig .include <bsd.port.options.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308091909.r79J94Ae079390>