diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-12-01 04:02:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-12-01 04:02:28 +0800 |
commit | 9f0533919c0787542234c95f06c5164ea7267316 (patch) | |
tree | 4b0c06dc218056405626c6c5c2514ca1118cdd51 /net | |
parent | 70476526b4c02b9c22ffdb071648b0216630777f (diff) | |
download | freebsd-ports-gnome-9f0533919c0787542234c95f06c5164ea7267316.tar.gz freebsd-ports-gnome-9f0533919c0787542234c95f06c5164ea7267316.tar.zst freebsd-ports-gnome-9f0533919c0787542234c95f06c5164ea7267316.zip |
Change the way *_DEPENDS are set
Diffstat (limited to 'net')
-rw-r--r-- | net/gupnp-ui/Makefile | 4 |
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 |