aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pear-Image_Barcode
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-09-24 00:37:41 +0800
committerbapt <bapt@FreeBSD.org>2014-09-24 00:37:41 +0800
commit9077959a0bf96921c5733902421692386fc163f8 (patch)
tree585e45b06b1505604540d9f830db6fe3c9f7115f /graphics/pear-Image_Barcode
parent2ff5d15b13264f252f738b6ed9b755aad84442dd (diff)
downloadfreebsd-ports-gnome-9077959a0bf96921c5733902421692386fc163f8.tar.gz
freebsd-ports-gnome-9077959a0bf96921c5733902421692386fc163f8.tar.zst
freebsd-ports-gnome-9077959a0bf96921c5733902421692386fc163f8.zip
Convert to USES=pear
Diffstat (limited to 'graphics/pear-Image_Barcode')
-rw-r--r--graphics/pear-Image_Barcode/Makefile17
1 files changed, 3 insertions, 14 deletions
diff --git a/graphics/pear-Image_Barcode/Makefile b/graphics/pear-Image_Barcode/Makefile
index 69cdb4a07970..2f1fdcf8a299 100644
--- a/graphics/pear-Image_Barcode/Makefile
+++ b/graphics/pear-Image_Barcode/Makefile
@@ -8,23 +8,12 @@ CATEGORIES= graphics www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR class for barcode generation
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-
USE_PHP= gd
-
-LATEST_LINK= pear-${PORTNAME}
+USES= pear
OPTIONS_DEFINE= PEAR_PHP_COMPAT
PEAR_PHP_COMPAT_DESC= PEAR::PHP_Compat support
-PEAR_AUTOINSTALL= yes
-
-.include <bsd.port.pre.mk>
-
-.if ${PORT_OPTIONS:MPEAR_PHP_COMPAT}
-RUN_DEPENDS+= ${PEARDIR}/PHP/Compat.php:${PORTSDIR}/devel/pear-PHP_Compat
-.endif
+PEAR_PHP_COMPAT_RUN_DEPENDS= ${PEARDIR}/PHP/Compat.php:${PORTSDIR}/devel/pear-PHP_Compat
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>