svn commit: r485272 - head/net/gupnp-dlna

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 18 20:38:22 UTC 2018


Author: sunpoet
Date: Sun Nov 18 20:38:19 2018
New Revision: 485272
URL: https://svnweb.freebsd.org/changeset/ports/485272

Log:
  Use USES=gnome
  
  Approved by:	portmgr (blanket)

Modified:
  head/net/gupnp-dlna/Makefile

Modified: head/net/gupnp-dlna/Makefile
==============================================================================
--- head/net/gupnp-dlna/Makefile	Sun Nov 18 20:38:11 2018	(r485271)
+++ head/net/gupnp-dlna/Makefile	Sun Nov 18 20:38:19 2018	(r485272)
@@ -21,7 +21,7 @@ RUN_DEPENDS=	gupnp>=0.19.0:net/gupnp
 CONFIGURE_ARGS=	--enable-introspection \
 		--enable-gstreamer-metadata-backend
 
-USES=		gmake libtool pathfix pkgconfig tar:xz
+USES=		gmake gnome libtool pathfix pkgconfig tar:xz
 USE_GNOME=	glib20 introspection:build libxml2
 USE_GSTREAMER1=	yes
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list