diff options
author | pav <pav@FreeBSD.org> | 2005-09-19 05:35:21 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-19 05:35:21 +0800 |
commit | a3301626c1ddcea737650dee138728dd980676ef (patch) | |
tree | ea63281bbccd9466e69851cdb4f03a8adab5b365 /www/drupal7 | |
parent | 1b53ceea691e75a5c24b973edb1af0fb52003a75 (diff) | |
download | freebsd-ports-gnome-a3301626c1ddcea737650dee138728dd980676ef.tar.gz freebsd-ports-gnome-a3301626c1ddcea737650dee138728dd980676ef.tar.zst freebsd-ports-gnome-a3301626c1ddcea737650dee138728dd980676ef.zip |
- Broaden detection of installed PostgreSQL client
PR: ports/85588
Submitted by: Vivek Khera <vivek@khera.org>
Approved by: maintainer timeout (14 days)
Diffstat (limited to 'www/drupal7')
-rw-r--r-- | www/drupal7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index 30e0cd1463a6..e7ffe47e3eea 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -16,7 +16,7 @@ COMMENT= CMS that supports pgsql and mysql .include <bsd.port.pre.mk> -.if exists(${LOCALBASE}/lib/libpq.so.3) +.if exists(${LOCALBASE}/lib/libpq.so) RUN_DEPENDS+= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB .endif |