Add some php modules as dependencies.... one more time Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: SVN)
Author: miwi Date: Mon Feb 4 14:15:04 2013 New Revision: 311612 URL: http://svnweb.freebsd.org/changeset/ports/311612 Log: - Add some missing dependency - Bump PORTREVISION PR: 175428 Submitted by: maintainer Modified: head/www/drush/Makefile (contents, props changed) Modified: head/www/drush/Makefile ============================================================================== --- head/www/drush/Makefile Mon Feb 4 13:37:35 2013 (r311611) +++ head/www/drush/Makefile Mon Feb 4 14:15:04 2013 (r311612) @@ -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/Con 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed Committed. Thanks!