aboutsummaryrefslogtreecommitdiff
path: root/www/drush
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-02-04 14:15:04 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-02-04 14:15:04 +0000
commit1c060561ec522f3dd379869b08fa2d28820904f3 (patch)
tree87bf53317273ada896cf7613c2a7c6805276c263 /www/drush
parent462759cbc853614e97ea083be46f36496a9e8eef (diff)
downloadports-1c060561ec522f3dd379869b08fa2d28820904f3.tar.gz
ports-1c060561ec522f3dd379869b08fa2d28820904f3.zip
- Add some missing dependency
- Bump PORTREVISION PR: 175428 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=311612
Diffstat (limited to 'www/drush')
-rw-r--r--www/drush/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/drush/Makefile b/www/drush/Makefile
index c6894f3cf8a5..20f0df3fb62b 100644
--- a/www/drush/Makefile
+++ b/www/drush/Makefile
@@ -3,6 +3,7 @@
PORTNAME= drush
PORTVERSION= 5.8
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://ftp.drupal.org/files/projects/
DISTNAME= drush-7.x-${PORTVERSION}
@@ -17,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/pear/Console/Table.php:${PORTSDIR}/devel/pear-Co
NO_BUILD= yes
# set php requirements same as drupal itself
-USE_PHP= gd pcre session xml mbstring ctype json hash
+USE_PHP= gd pcre session xml mbstring ctype json hash simplexml dom pdo pdo_mysql
IGNORE_WITH_PHP=4
WANT_PHP_CLI= yes