diff options
-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 |