diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-16 02:41:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-16 02:41:24 +0800 |
commit | 0a20e4df2e5c62472867a906d270dea885d65375 (patch) | |
tree | 65794a8e90b2d6a3f07118810727256a5c12e367 /net | |
parent | 1a58a3c2ee69c35ad5132ec807c12e73554907f5 (diff) | |
download | freebsd-ports-gnome-0a20e4df2e5c62472867a906d270dea885d65375.tar.gz freebsd-ports-gnome-0a20e4df2e5c62472867a906d270dea885d65375.tar.zst freebsd-ports-gnome-0a20e4df2e5c62472867a906d270dea885d65375.zip |
- Use USES=tar:tgz
Diffstat (limited to 'net')
-rw-r--r-- | net/pecl-gupnp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/pecl-gupnp/Makefile b/net/pecl-gupnp/Makefile index d11d963ec048..8b461ace47d2 100644 --- a/net/pecl-gupnp/Makefile +++ b/net/pecl-gupnp/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 1.0.0 CATEGORIES= net pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= sunpoet@FreeBSD.org @@ -18,7 +17,7 @@ LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp USE_PHP= yes USE_PHPEXT= yes -USES= pkgconfig +USES= pkgconfig tar:tgz post-patch: @${REINPLACE_CMD} -e 's| -ldl||g' ${WRKSRC}/config.m4 |