svn commit: r439880 - head/net/gupnp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 1 12:46:37 UTC 2017


Author: sunpoet
Date: Mon May  1 12:46:35 2017
New Revision: 439880
URL: https://svnweb.freebsd.org/changeset/ports/439880

Log:
  Use USES=gnome

Modified:
  head/net/gupnp/Makefile

Modified: head/net/gupnp/Makefile
==============================================================================
--- head/net/gupnp/Makefile	Mon May  1 12:46:31 2017	(r439879)
+++ head/net/gupnp/Makefile	Mon May  1 12:46:35 2017	(r439880)
@@ -26,10 +26,10 @@ VALA_DESC=	Vala binding (requires net/gs
 CONFIGURE_ARGS=	--enable-introspection=yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
+USE_CSTD=	c11
 USE_GNOME=	glib20 introspection:build libxml2
 USE_LDCONFIG=	yes
-USE_CSTD=	c11
-USES=		compiler:c11 gmake libtool pathfix pkgconfig python:run shebangfix tar:xz
+USES=		compiler:c11 gmake gnome libtool pathfix pkgconfig python:run shebangfix tar:xz
 
 SHEBANG_FILES=	tools/gupnp-binding-tool
 


More information about the svn-ports-all mailing list