svn commit: r326616 - head/net/pecl-gupnp

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


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

Log:
  - Convert to new LIB_DEPENDS format

Modified:
  head/net/pecl-gupnp/Makefile

Modified: head/net/pecl-gupnp/Makefile
==============================================================================
--- head/net/pecl-gupnp/Makefile	Sat Sep  7 10:20:39 2013	(r326615)
+++ head/net/pecl-gupnp/Makefile	Sat Sep  7 10:20:42 2013	(r326616)
@@ -12,11 +12,11 @@ DIST_SUBDIR=	PECL
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	GUPnP wrapper extension
 
-LIB_DEPENDS=	gupnp-1.0:${PORTSDIR}/net/gupnp
+LIB_DEPENDS=	libgupnp-1.0.so:${PORTSDIR}/net/gupnp
 
-USES=		pkgconfig
 USE_PHP=	yes
 USE_PHPEXT=	yes
+USES=		pkgconfig
 
 post-patch:
 	@${REINPLACE_CMD} -e 's| -ldl||g' ${WRKSRC}/config.m4


More information about the svn-ports-all mailing list