diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-07 18:20:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-07 18:20:42 +0800 |
commit | 04e868cfae94495e5cc26ab0be1211f602ab7987 (patch) | |
tree | e9aa250b1a6a7df5568f2fe38bc6b4bc9d3f923d /net | |
parent | ea30ca34be7fb33243758841c4819500c85051e3 (diff) | |
download | freebsd-ports-gnome-04e868cfae94495e5cc26ab0be1211f602ab7987.tar.gz freebsd-ports-gnome-04e868cfae94495e5cc26ab0be1211f602ab7987.tar.zst freebsd-ports-gnome-04e868cfae94495e5cc26ab0be1211f602ab7987.zip |
- Convert to new LIB_DEPENDS format
Diffstat (limited to 'net')
-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 |