diff --git a/net/gupnp-dlna/Makefile b/net/gupnp-dlna/Makefile index 0fcfa7579377..851bd5ffc7b7 100644 --- a/net/gupnp-dlna/Makefile +++ b/net/gupnp-dlna/Makefile @@ -1,30 +1,30 @@ # Created by: Koop Mast PORTNAME= gupnp-dlna PORTVERSION= 0.10.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org COMMENT= Helpers for DLNA-related tasks using GUPnP LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:lang/vala \ - gupnp>=0.19.0:net/gupnp -LIB_DEPENDS= libgupnp-1.2.so:net/gupnp -RUN_DEPENDS= gupnp>=0.19.0:net/gupnp + gupnp14>=0.19.0:net/gupnp14 +LIB_DEPENDS= libgupnp-1.2.so:net/gupnp14 +RUN_DEPENDS= gupnp14>=0.19.0:net/gupnp14 CONFIGURE_ARGS= --enable-introspection \ --enable-gstreamer-metadata-backend USES= gmake gnome libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 introspection:build libxml2 USE_GSTREAMER1= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip .include