diff options
author | agc <agc@pkgsrc.org> | 2004-07-27 17:59:58 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-07-27 17:59:58 +0000 |
commit | 7aa093c24e64703bb9af6dc74cc20d95fce56ae3 (patch) | |
tree | 50834390cfe5d3e6ad9a78c0b40dc41abca2c822 /www/openacs/Makefile | |
parent | a90aed48ba3038c79e02c05570932e0b14b6941f (diff) | |
download | pkgsrc-7aa093c24e64703bb9af6dc74cc20d95fce56ae3.tar.gz |
Catch up with changes to the pathnames of postgres packages.
Diffstat (limited to 'www/openacs/Makefile')
-rw-r--r-- | www/openacs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/openacs/Makefile b/www/openacs/Makefile index 7f06d9730a4..be8aad28473 100644 --- a/www/openacs/Makefile +++ b/www/openacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/03/26 02:27:57 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2004/07/27 17:59:58 agc Exp $ # DISTNAME= openacs-3.2.5 @@ -13,10 +13,10 @@ COMMENT= TCL-based web programming environment # Would also work with AOLServer, but there's no package for that. DEPENDS+= ap-aolserver>=1.1:../../www/ap-aolserver -DEPENDS+= postgresql-lib>=7.0:../../databases/postgresql-lib +DEPENDS+= postgresql-lib>=7.0:../../databases/postgresql73-lib DEPENDS+= ImageMagick>=5.3.9nb1:../../graphics/ImageMagick DEPENDS+= unzip-[0-9]*:../../archivers/unzip -BUILD_DEPENDS+= postgresql-client>=7.0:../../databases/postgresql-client +BUILD_DEPENDS+= postgresql-client>=7.0:../../databases/postgresql73-client INTERACTIVE_STAGE= fetch |