diff options
Diffstat (limited to 'www/drupal6/Makefile')
-rw-r--r-- | www/drupal6/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/drupal6/Makefile b/www/drupal6/Makefile index afa77a330c0b..a0d2e7068f70 100644 --- a/www/drupal6/Makefile +++ b/www/drupal6/Makefile @@ -6,11 +6,10 @@ # PORTNAME= drupal -PORTVERSION= 4.4.2 +PORTVERSION= 4.5.1 CATEGORIES= www -MASTER_SITES= http://drupal.org/drupal/ +MASTER_SITES= http://drupal.org/files/projects/ DISTNAME= ${PORTNAME}-${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= esn@x123.info COMMENT= CMS that supports pgsql and mysql @@ -18,7 +17,7 @@ COMMENT= CMS that supports pgsql and mysql .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/libpq.so.3) -RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB +RUN_DEPENDS+= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB .endif NO_BUILD= yes |