aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-09-07 18:20:39 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-09-07 18:20:39 +0800
commitea30ca34be7fb33243758841c4819500c85051e3 (patch)
tree07fb70946a2e209f94931e161063e1ccb7a36ace /net
parent6a2c2e4d2127f03f8f752dd05dddab8848c44e04 (diff)
downloadfreebsd-ports-gnome-ea30ca34be7fb33243758841c4819500c85051e3.tar.gz
freebsd-ports-gnome-ea30ca34be7fb33243758841c4819500c85051e3.tar.zst
freebsd-ports-gnome-ea30ca34be7fb33243758841c4819500c85051e3.zip
- Convert to new LIB_DEPENDS format
Diffstat (limited to 'net')
-rw-r--r--net/gupnp-ui/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gupnp-ui/Makefile b/net/gupnp-ui/Makefile
index 1e09399961c5..0d3279a52c65 100644
--- a/net/gupnp-ui/Makefile
+++ b/net/gupnp-ui/Makefile
@@ -13,8 +13,8 @@ COMMENT= Framework for UPnP devices
LICENSE= LGPL20
BUILD_DEPENDS= gupnp>=0.3:${PORTSDIR}/net/gupnp
-LIB_DEPENDS= gupnp-1.0:${PORTSDIR}/net/gupnp \
- soup-2.4:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp \
+ libsoup-2.4.so:${PORTSDIR}/devel/libsoup
RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes