diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-18 21:35:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-18 21:35:21 +0000 |
commit | 7ca88cd8256d7fcd78436db451d3b21ae5000c54 (patch) | |
tree | e6c60c7cf7bbf8c9b5ae32b86c214273ff7c15fb | |
parent | Add zope28 - new stable branch of zope application server. (diff) |
- Broaden detection of installed PostgreSQL client
PR: ports/85588
Submitted by: Vivek Khera <vivek@khera.org>
Approved by: maintainer timeout (14 days)
Notes
Notes:
svn path=/head/; revision=143109
-rw-r--r-- | www/drupal/Makefile | 2 | ||||
-rw-r--r-- | www/drupal4/Makefile | 2 | ||||
-rw-r--r-- | www/drupal5/Makefile | 2 | ||||
-rw-r--r-- | www/drupal6/Makefile | 2 | ||||
-rw-r--r-- | www/drupal7/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/www/drupal/Makefile b/www/drupal/Makefile index 30e0cd1463a6..e7ffe47e3eea 100644 --- a/www/drupal/Makefile +++ b/www/drupal/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 diff --git a/www/drupal4/Makefile b/www/drupal4/Makefile index 30e0cd1463a6..e7ffe47e3eea 100644 --- a/www/drupal4/Makefile +++ b/www/drupal4/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 diff --git a/www/drupal5/Makefile b/www/drupal5/Makefile index 30e0cd1463a6..e7ffe47e3eea 100644 --- a/www/drupal5/Makefile +++ b/www/drupal5/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 diff --git a/www/drupal6/Makefile b/www/drupal6/Makefile index 30e0cd1463a6..e7ffe47e3eea 100644 --- a/www/drupal6/Makefile +++ b/www/drupal6/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 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 |