diff options
Diffstat (limited to 'www/drupal6/Makefile')
-rw-r--r-- | www/drupal6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |