diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-07 18:20:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-07 18:20:39 +0800 |
commit | ea30ca34be7fb33243758841c4819500c85051e3 (patch) | |
tree | 07fb70946a2e209f94931e161063e1ccb7a36ace /net | |
parent | 6a2c2e4d2127f03f8f752dd05dddab8848c44e04 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |