diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-10 09:02:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-10 09:02:05 +0000 |
commit | e4f76639cff31eb1e3b925865a2c167af9e0a302 (patch) | |
tree | 8cfdf448582a4e26d6b9bbbd10e21842363c8ce2 /www/drupal | |
parent | bef3401b9ef8c5779beb6f4795c4e7be74257618 (diff) | |
download | ports-e4f76639cff31eb1e3b925865a2c167af9e0a302.tar.gz ports-e4f76639cff31eb1e3b925865a2c167af9e0a302.zip |
Notes
Diffstat (limited to 'www/drupal')
-rw-r--r-- | www/drupal/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/drupal/Makefile b/www/drupal/Makefile index bae6d0e3bb3a..e7d4f1a43f31 100644 --- a/www/drupal/Makefile +++ b/www/drupal/Makefile @@ -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) +.include <bsd.port.pre.mk> + +.if exists(${LOCALBASE}/lib/libpq.so.3) RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB .endif @@ -65,4 +67,4 @@ do-install: @${ECHO_MSG} " GoTo: http://<your_website>/drupal" @${ECHO_MSG} "" -.include <bsd.port.mk> +.include <bsd.port.post.mk> |