Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2017 12:46:35 +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: r439880 - head/net/gupnp
Message-ID:  <201705011246.v41CkZpB052925@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705011246.v41CkZpB052925>