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_Session2 | |
parent | 0e95e4a0d74769d80aff820f5c5acf9ed16fdf06 (diff) | |
download | ports-7c3cd5aa8f48eb6417f04768ac1eac962e09d24c.tar.gz ports-7c3cd5aa8f48eb6417f04768ac1eac962e09d24c.zip |
Convert to USES=pear
Notes
Notes:
svn path=/head/; revision=369314
Diffstat (limited to 'www/pear-HTTP_Session2')
-rw-r--r-- | www/pear-HTTP_Session2/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/www/pear-HTTP_Session2/Makefile b/www/pear-HTTP_Session2/Makefile index 59dc53953847..3d687bff7cc2 100644 --- a/www/pear-HTTP_Session2/Makefile +++ b/www/pear-HTTP_Session2/Makefile @@ -10,12 +10,6 @@ COMMENT= PHP5 Session Handler LICENSE= BSD -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= dos2unix pear -USES= dos2unix -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |