diff options
author | wiz <wiz> | 2001-07-27 10:52:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-07-27 10:52:00 +0000 |
commit | 01e9ed5157265efebabdbc0ab34d4f3a588e4803 (patch) | |
tree | e46fb4f3fc929ef27cf504cf531a5fe7db63d6fc /www | |
parent | 8ba17f9a68e44bd026609cc2d25d6080a922b08c (diff) | |
download | pkgsrc-01e9ed5157265efebabdbc0ab34d4f3a588e4803.tar.gz |
Fix dependency lines.
Diffstat (limited to 'www')
-rw-r--r-- | www/openacs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/openacs/Makefile b/www/openacs/Makefile index a05f42e0d51..e909d6510fd 100644 --- a/www/openacs/Makefile +++ b/www/openacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/19 04:35:59 cjones Exp $ +# $NetBSD: Makefile,v 1.2 2001/07/27 10:52:00 wiz Exp $ # DISTNAME= openacs-3.2.5 @@ -12,10 +12,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:../../databases/postgresql-lib -DEPENDS+= ImageMagick:../../graphics/ImageMagick -DEPENDS+= unzip:../../archivers/unzip -BUILD_DEPENDS+= postgresql-client>=7:../../databases/postgresql-client +DEPENDS+= postgresql-lib>=7.0:../../databases/postgresql-lib +DEPENDS+= ImageMagick>=5.2.0:../../graphics/ImageMagick +DEPENDS+= unzip-*:../../archivers/unzip +BUILD_DEPENDS+= postgresql-client>=7.0:../../databases/postgresql-client NO_CONFIGURE= # set NO_BUILD= # set |