Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2021 16:16:47 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4dc772395320 - main - net/gupnp-ui: Remove unneeded RUN_DEPENDS
Message-ID:  <202107141616.16EGGlxR008638@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4dc772395320e266bcac3c0ec0c66f7a090f721c

commit 4dc772395320e266bcac3c0ec0c66f7a090f721c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-14 15:51:14 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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



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