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:
parent
c2aaac93a7
commit
27b76e6c5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486270
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user