diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-04 22:15:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-04 22:15:04 +0800 |
commit | cc79b97fe0f3c774c0e9d16cfc91b6458d7191bf (patch) | |
tree | 87bf53317273ada896cf7613c2a7c6805276c263 /www | |
parent | 7d77ff2d2e8dc45a3fe7832a9171cb41990a91c9 (diff) | |
download | freebsd-ports-gnome-cc79b97fe0f3c774c0e9d16cfc91b6458d7191bf.tar.gz freebsd-ports-gnome-cc79b97fe0f3c774c0e9d16cfc91b6458d7191bf.tar.zst freebsd-ports-gnome-cc79b97fe0f3c774c0e9d16cfc91b6458d7191bf.zip |
- Add some missing dependency
- Bump PORTREVISION
PR: 175428
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/drush/Makefile | 3 |
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 |