Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2018 20:02:29 +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: r486270 - head/net/gupnp-ui
Message-ID:  <201811302002.wAUK2TFv095323@repo.freebsd.org>

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



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