svn commit: r326615 - head/net/gupnp-ui

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 7 10:20:40 UTC 2013


Author: sunpoet
Date: Sat Sep  7 10:20:39 2013
New Revision: 326615
URL: http://svnweb.freebsd.org/changeset/ports/326615

Log:
  - Convert to new LIB_DEPENDS format

Modified:
  head/net/gupnp-ui/Makefile

Modified: head/net/gupnp-ui/Makefile
==============================================================================
--- head/net/gupnp-ui/Makefile	Sat Sep  7 10:20:35 2013	(r326614)
+++ head/net/gupnp-ui/Makefile	Sat Sep  7 10:20:39 2013	(r326615)
@@ -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


More information about the svn-ports-all mailing list