diff options
author | wiz <wiz> | 2001-07-27 10:52:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-07-27 10:52:00 +0000 |
commit | a5a0ef6eb6936bcf4ad6e3c28dbf08f47e55b3af (patch) | |
tree | e46fb4f3fc929ef27cf504cf531a5fe7db63d6fc /www/openacs | |
parent | 47a97697c1128443d8abc292b2ae117ab516ddb8 (diff) | |
download | pkgsrc-a5a0ef6eb6936bcf4ad6e3c28dbf08f47e55b3af.tar.gz |
Fix dependency lines.
Diffstat (limited to 'www/openacs')
-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 |