diff options
Diffstat (limited to 'net/pecl-gupnp/Makefile')
-rw-r--r-- | net/pecl-gupnp/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/pecl-gupnp/Makefile b/net/pecl-gupnp/Makefile index 09cbd6c..9f0024e 100644 --- a/net/pecl-gupnp/Makefile +++ b/net/pecl-gupnp/Makefile @@ -5,9 +5,6 @@ PORTNAME= gupnp PORTVERSION= 1.0.0 PORTREVISION= 1 CATEGORIES= net pear -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- -DIST_SUBDIR= PECL MAINTAINER= sunpoet@FreeBSD.org COMMENT= GUPnP wrapper extension @@ -17,7 +14,7 @@ LICENSE= PHP301 LIB_DEPENDS= libgupnp-1.0.so:net/gupnp IGNORE_WITH_PHP=70 71 -USES= php:ext pkgconfig tar:tgz +USES= php:pecl pkgconfig post-patch: @${REINPLACE_CMD} -e 's| -ldl||g' ${WRKSRC}/config.m4 |