aboutsummaryrefslogtreecommitdiff
path: root/graphics/pear-Horde_Image
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-30 22:14:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-30 22:14:59 +0000
commit1446608ec7d77c3b6208b159208122f133264296 (patch)
tree9ab4742a7b293d0e842f9fbb4a15e0ada0fd96c5 /graphics/pear-Horde_Image
parente5ae27c5a874f2bc0062bb654e88cefd61d84eca (diff)
downloadports-1446608ec7d77c3b6208b159208122f133264296.tar.gz
ports-1446608ec7d77c3b6208b159208122f133264296.zip
Convert to USES=horde
Fix pear-Horde_core options Use options helpers where possible
Notes
Notes: svn path=/head/; revision=369674
Diffstat (limited to 'graphics/pear-Horde_Image')
-rw-r--r--graphics/pear-Horde_Image/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/pear-Horde_Image/Makefile b/graphics/pear-Horde_Image/Makefile
index b19437cbafd7..8f7b7bc29145 100644
--- a/graphics/pear-Horde_Image/Makefile
+++ b/graphics/pear-Horde_Image/Makefile
@@ -8,6 +8,7 @@ PKGNAMEPREFIX= pear-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Image API
+USES= horde
USE_HORDE_RUN= Horde_Exception \
Horde_Support \
Horde_Translation \
@@ -16,11 +17,6 @@ USE_HORDE_RUN= Horde_Exception \
OPTIONS_DEFINE= GD
GD_DESC= Depend on PHP gd extension
-.include <bsd.port.pre.mk>
+GD_USE= PHP=gd
-.if ${PORT_OPTIONS:MGD}
-USE_PHP+= gd
-.endif
-
-.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>