diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-26 14:52:24 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-26 15:01:14 +0000 |
commit | 30029b3f81d338082dfbc79ae16c30981908dcf1 (patch) | |
tree | 8bf9df95f4e26585a98c4439187f656191fa6762 | |
parent | f8746f6049d8ce70ac6de78ce9071f28076f33a0 (diff) |
net/gupnp-ui: Update *_DEPENDS after gupnp 1.5.0 update
- Bump PORTREVISION for dependency change
-rw-r--r-- | net/gupnp-ui/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gupnp-ui/Makefile b/net/gupnp-ui/Makefile index 202838c9596b..f4e3c1dbd4db 100644 --- a/net/gupnp-ui/Makefile +++ b/net/gupnp-ui/Makefile @@ -2,7 +2,7 @@ PORTNAME= gupnp-ui PORTVERSION= 0.1.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MASTER_SITES= GNOME @@ -12,8 +12,8 @@ COMMENT= Framework for UPnP devices LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= gupnp>=0.3:net/gupnp -LIB_DEPENDS= libgupnp-1.2.so:net/gupnp \ +BUILD_DEPENDS= gupnp14>=0.3:net/gupnp14 +LIB_DEPENDS= libgupnp-1.2.so:net/gupnp14 \ libsoup-2.4.so:devel/libsoup USES= compiler:c++11-lang gnome libtool pathfix pkgconfig python |