diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-26 09:30:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-26 09:30:02 +0000 |
commit | 7c3cd5aa8f48eb6417f04768ac1eac962e09d24c (patch) | |
tree | 8a4277862b7080757d8345c99de7dceaa80c7220 /www/pear-HTTP_Request2 | |
parent | 0e95e4a0d74769d80aff820f5c5acf9ed16fdf06 (diff) |
Notes
Diffstat (limited to 'www/pear-HTTP_Request2')
-rw-r--r-- | www/pear-HTTP_Request2/Makefile | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/www/pear-HTTP_Request2/Makefile b/www/pear-HTTP_Request2/Makefile index b4b1536ef896..248cf5eb44d9 100644 --- a/www/pear-HTTP_Request2/Makefile +++ b/www/pear-HTTP_Request2/Makefile @@ -17,21 +17,10 @@ CURL_DESC= PHP CURL extension support FILEINF_DESC= PHP FILEINFO extension support ZLI_DESC= PECL ZLIB support -PEAR_AUTOINSTALL= yes +USES= pear -.include <bsd.port.options.mk> +CURL_USE= PHP=curl +FILEINFO_USE= PHP=fileinfo +ZLIB_USE= PHP=zlib -.if ${PORT_OPTIONS:MCURL} -USE_PHP+= curl -.endif - -.if ${PORT_OPTIONS:MFILEINFO} -USE_PHP+= fileinfo -.endif - -.if ${PORT_OPTIONS:MZLIB} -USE_PHP+= zlib -.endif - -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.mk> |