svn commit: r326614 - head/net/gupnp-igd

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


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

Log:
  - Convert to new LIB_DEPENDS format

Modified:
  head/net/gupnp-igd/Makefile

Modified: head/net/gupnp-igd/Makefile
==============================================================================
--- head/net/gupnp-igd/Makefile	Sat Sep  7 10:20:31 2013	(r326613)
+++ head/net/gupnp-igd/Makefile	Sat Sep  7 10:20:35 2013	(r326614)
@@ -14,7 +14,7 @@ LICENSE=	LGPL21
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject \
 		gobject-introspection>=0.10:${PORTSDIR}/devel/gobject-introspection \
 		gupnp>=0.18:${PORTSDIR}/net/gupnp
-LIB_DEPENDS=	gupnp-1.0:${PORTSDIR}/net/gupnp
+LIB_DEPENDS=	libgupnp-1.0.so:${PORTSDIR}/net/gupnp
 RUN_DEPENDS=	gupnp>=0.18:${PORTSDIR}/net/gupnp
 
 CONFIGURE_ARGS=	--enable-introspection=yes


More information about the svn-ports-all mailing list