svn commit: r486270 - head/net/gupnp-ui

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 30 20:02:37 UTC 2018


Author: sunpoet
Date: Fri Nov 30 20:02:28 2018
New Revision: 486270
URL: https://svnweb.freebsd.org/changeset/ports/486270

Log:
  Change the way *_DEPENDS are set

Modified:
  head/net/gupnp-ui/Makefile

Modified: head/net/gupnp-ui/Makefile
==============================================================================
--- head/net/gupnp-ui/Makefile	Fri Nov 30 20:02:19 2018	(r486269)
+++ head/net/gupnp-ui/Makefile	Fri Nov 30 20:02:28 2018	(r486270)
@@ -13,10 +13,10 @@ COMMENT=	Framework for UPnP devices
 LICENSE=	LGPL20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	gupnp>=0.3:net/gupnp
+BUILD_DEPENDS=	${RUN_DEPENDS}
 LIB_DEPENDS=	libgupnp-1.2.so:net/gupnp \
 		libsoup-2.4.so:devel/libsoup
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	gupnp>=0.3:net/gupnp
 
 USES=		gnome libtool pathfix pkgconfig python
 USE_GNOME=	gtk20


More information about the svn-ports-all mailing list