diff options
author | pav <pav@FreeBSD.org> | 2005-01-10 06:50:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-10 06:50:13 +0800 |
commit | 232dfdf1e206248121b92b4412d861e3cea9c2dd (patch) | |
tree | ae3462b0a7f8840844a28d8a0e30d4971bb16df1 /www/drupal7/Makefile | |
parent | cce2f6dda09701b3c6ff58fab869d6eea583d742 (diff) | |
download | freebsd-ports-gnome-232dfdf1e206248121b92b4412d861e3cea9c2dd.tar.gz freebsd-ports-gnome-232dfdf1e206248121b92b4412d861e3cea9c2dd.tar.zst freebsd-ports-gnome-232dfdf1e206248121b92b4412d861e3cea9c2dd.zip |
- Update to 4.5.1
PR: ports/75976
Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)
Diffstat (limited to 'www/drupal7/Makefile')
-rw-r--r-- | www/drupal7/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index afa77a330c0b..a0d2e7068f70 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/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 |