git: 4dc772395320 - main - net/gupnp-ui: Remove unneeded RUN_DEPENDS
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 14 16:16:49 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4dc772395320e266bcac3c0ec0c66f7a090f721c
commit 4dc772395320e266bcac3c0ec0c66f7a090f721c
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 15:51:14 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:09:43 +0000
net/gupnp-ui: Remove unneeded RUN_DEPENDS
---
net/gupnp-ui/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net/gupnp-ui/Makefile b/net/gupnp-ui/Makefile
index db68b7246fc7..4340162eed2d 100644
--- a/net/gupnp-ui/Makefile
+++ b/net/gupnp-ui/Makefile
@@ -12,10 +12,9 @@ COMMENT= Framework for UPnP devices
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS= gupnp>=0.3:net/gupnp
LIB_DEPENDS= libgupnp-1.2.so:net/gupnp \
libsoup-2.4.so:devel/libsoup
-RUN_DEPENDS= gupnp>=0.3:net/gupnp
USES= compiler:c++11-lang gnome libtool pathfix pkgconfig python
USE_GNOME= gtk20
More information about the dev-commits-ports-all
mailing list