svn commit: r326613 - head/net/gupnp-av

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


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

Log:
  - Convert to new LIB_DEPENDS format

Modified:
  head/net/gupnp-av/Makefile

Modified: head/net/gupnp-av/Makefile
==============================================================================
--- head/net/gupnp-av/Makefile	Sat Sep  7 10:20:28 2013	(r326612)
+++ head/net/gupnp-av/Makefile	Sat Sep  7 10:20:31 2013	(r326613)
@@ -13,7 +13,7 @@ LICENSE=	LGPL20
 
 BUILD_DEPENDS=	gobject-introspection>=0.9.5:${PORTSDIR}/devel/gobject-introspection \
 		gupnp>=0.19.0:${PORTSDIR}/net/gupnp
-LIB_DEPENDS=	gupnp-1.0:${PORTSDIR}/net/gupnp
+LIB_DEPENDS=	libgupnp-1.0.so:${PORTSDIR}/net/gupnp
 RUN_DEPENDS=	gupnp>=0.19.0:${PORTSDIR}/net/gupnp
 
 CONFIGURE_ARGS=	--enable-introspection=yes


More information about the svn-ports-all mailing list