summaryrefslogtreecommitdiff
path: root/devel/pear-PHPTAL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pear-PHPTAL/Makefile')
-rw-r--r--devel/pear-PHPTAL/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/pear-PHPTAL/Makefile b/devel/pear-PHPTAL/Makefile
index 55d454af0d04..ea588b26344f 100644
--- a/devel/pear-PHPTAL/Makefile
+++ b/devel/pear-PHPTAL/Makefile
@@ -12,17 +12,15 @@ LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= pear php
-USE_PHP= ctype hash
+USE_PHP= ctype
NO_ARCH= yes
-OPTIONS_DEFINE= GETTEXT JSON SIMPLEXML
+OPTIONS_DEFINE= GETTEXT SIMPLEXML
GETTEXT_DESC= Enable GetText support
-JSON_DESC= Enable JSON support
SIMPLEXML_DESC= Enable SimpleXML support
GETTEXT_USE= PHP=gettext
-JSON_USE= PHP=json
SIMPLEXML_USE= PHP=simplexml
.include <bsd.port.mk>