1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Change the way *_DEPENDS are set

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-11-30 20:02:28 +00:00
parent c2aaac93a7
commit 27b76e6c5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486270

View File

@ -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