- Use USES=tar:tgz
This commit is contained in:
parent
bdc798e7aa
commit
5254e6ca15
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348370
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue