Date: Sat, 7 Sep 2013 10:20:43 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326616 - head/net/pecl-gupnp Message-ID: <201309071020.r87AKhUP074835@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309071020.r87AKhUP074835>