aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-30 20:02:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-30 20:02:28 +0000
commit27b76e6c5f8a9537d3c4f3ec539ecee6f5d89380 (patch)
tree4b0c06dc218056405626c6c5c2514ca1118cdd51 /net
parentc2aaac93a7385ffd1cabd228d4b2479842e5a528 (diff)
downloadports-27b76e6c5f8a9537d3c4f3ec539ecee6f5d89380.tar.gz
ports-27b76e6c5f8a9537d3c4f3ec539ecee6f5d89380.zip
Change the way *_DEPENDS are set
Notes
Notes: svn path=/head/; revision=486270
Diffstat (limited to 'net')
-rw-r--r--net/gupnp-ui/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gupnp-ui/Makefile b/net/gupnp-ui/Makefile
index 1032845435cc..fa800db37624 100644
--- a/net/gupnp-ui/Makefile
+++ b/net/gupnp-ui/Makefile
@@ -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