diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 16:37:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 16:37:41 +0000 |
commit | 91828169ad7ceea6a38324091276f7f3ed8d1332 (patch) | |
tree | 585e45b06b1505604540d9f830db6fe3c9f7115f /graphics/pear-Image_3D | |
parent | 4a2f2b08b1b4e642d3b1d137e36e7d0e28ed86ce (diff) | |
download | ports-91828169ad7ceea6a38324091276f7f3ed8d1332.tar.gz ports-91828169ad7ceea6a38324091276f7f3ed8d1332.zip |
Convert to USES=pear
Notes
Notes:
svn path=/head/; revision=369089
Diffstat (limited to 'graphics/pear-Image_3D')
-rw-r--r-- | graphics/pear-Image_3D/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/graphics/pear-Image_3D/Makefile b/graphics/pear-Image_3D/Makefile index 81d212e2e5d5..d3e1ab12ed43 100644 --- a/graphics/pear-Image_3D/Makefile +++ b/graphics/pear-Image_3D/Makefile @@ -8,15 +8,7 @@ CATEGORIES= graphics www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class allows the rendering of 3 dimensional objects -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} - USE_PHP= gd +USES= pear -LATEST_LINK= pear-${PORTNAME} - -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |