aboutsummaryrefslogtreecommitdiff
path: root/graphics/pear-Horde_Image/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-18 08:05:17 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-18 08:05:17 +0000
commit6bc0e0420c0a58885eace33695a4b3230fc6eaa8 (patch)
tree2525e96db0b264fc7bb0a40454e2691edb455339 /graphics/pear-Horde_Image/Makefile
parent2c55e7bb7ca520e6ac05c2d56967051319e63d53 (diff)
downloadports-6bc0e0420c0a58885eace33695a4b3230fc6eaa8.tar.gz
ports-6bc0e0420c0a58885eace33695a4b3230fc6eaa8.zip
Add more missing USES=php
Notes
Notes: svn path=/head/; revision=517860
Diffstat (limited to 'graphics/pear-Horde_Image/Makefile')
-rw-r--r--graphics/pear-Horde_Image/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pear-Horde_Image/Makefile b/graphics/pear-Horde_Image/Makefile
index aac2bd652800..ae1833066b86 100644
--- a/graphics/pear-Horde_Image/Makefile
+++ b/graphics/pear-Horde_Image/Makefile
@@ -17,6 +17,7 @@ USE_HORDE_RUN= Horde_Exception \
OPTIONS_DEFINE= GD
GD_DESC= Depend on PHP gd extension
-GD_USE= PHP=gd
+GD_USES= php
+GD_USE= PHP=gd
.include <bsd.port.mk>