diff options
author | pav <pav@FreeBSD.org> | 2004-05-10 02:05:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-10 02:05:50 +0800 |
commit | f1be70cab0add8ece327e5cf2672fe47c15994f5 (patch) | |
tree | 30c246c15b210246f7332403199681711cfaf13d /www/drupal/Makefile | |
parent | 863e3b6b66ac93f2466f3a5006fdf7fdb2b4ee6a (diff) | |
download | freebsd-ports-graphics-f1be70cab0add8ece327e5cf2672fe47c15994f5.tar.gz freebsd-ports-graphics-f1be70cab0add8ece327e5cf2672fe47c15994f5.tar.zst freebsd-ports-graphics-f1be70cab0add8ece327e5cf2672fe47c15994f5.zip |
- Update to 4.4.1
PR: ports/66412
Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)
Diffstat (limited to 'www/drupal/Makefile')
-rw-r--r-- | www/drupal/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/drupal/Makefile b/www/drupal/Makefile index cd113b43402..bae6d0e3bb3 100644 --- a/www/drupal/Makefile +++ b/www/drupal/Makefile @@ -6,7 +6,7 @@ # PORTNAME= drupal -PORTVERSION= 4.4.0 +PORTVERSION= 4.4.1 CATEGORIES= www MASTER_SITES= http://drupal.org/drupal/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -15,7 +15,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= esn@x123.info COMMENT= CMS that supports pgsql and mysql +.if exists(/usr/local/lib/libpq.so.3) RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB +.endif NO_BUILD= yes DRUPDIR= www/data/drupal |