diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-07 10:20:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-07 10:20:42 +0000 |
commit | fb9fcd29c6324b7705b4cfb1be58edce1db85f99 (patch) | |
tree | e9aa250b1a6a7df5568f2fe38bc6b4bc9d3f923d /net/pecl-gupnp | |
parent | 0106953919418b3930d92543ef6bc101b37717c7 (diff) | |
download | ports-fb9fcd29c6324b7705b4cfb1be58edce1db85f99.tar.gz ports-fb9fcd29c6324b7705b4cfb1be58edce1db85f99.zip |
Notes
Diffstat (limited to 'net/pecl-gupnp')
-rw-r--r-- | net/pecl-gupnp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pecl-gupnp/Makefile b/net/pecl-gupnp/Makefile index 33960b2df9df..90fe468bae04 100644 --- a/net/pecl-gupnp/Makefile +++ b/net/pecl-gupnp/Makefile @@ -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 |