diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-30 13:22:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-30 13:22:04 +0000 |
commit | 4c1c1b6140db36509956b64be918cda0d666d5e8 (patch) | |
tree | 285ea153a86e0221f5d9d2207cae7122a0701cce /www | |
parent | 687c09e383794aaa964d5115adad1cd1a27ca815 (diff) | |
download | pkgsrc-4c1c1b6140db36509956b64be918cda0d666d5e8.tar.gz |
Depend on postgresql73-lib instead of non-existing postgresql-lib. Bump PKGREVISION.
Diffstat (limited to 'www')
-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 be8aad28473..8220f20b831 100644 --- a/www/openacs/Makefile +++ b/www/openacs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2004/07/27 17:59:58 agc Exp $ +# $NetBSD: Makefile,v 1.14 2004/12/30 13:22:04 wiz Exp $ # DISTNAME= openacs-3.2.5 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www MASTER_SITES= # none EXTRACT_SUFX= .tgz @@ -13,7 +13,7 @@ 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/postgresql73-lib +DEPENDS+= postgresql73-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/postgresql73-client |