pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/openacs Depend on postgresql73-lib instead of non-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/728ce088d49b
branches:  trunk
changeset: 486597:728ce088d49b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Dec 30 13:22:04 2004 +0000

description:
Depend on postgresql73-lib instead of non-existing postgresql-lib. Bump PKGREVISION.

diffstat:

 www/openacs/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 87063a25a3fd -r 728ce088d49b www/openacs/Makefile
--- a/www/openacs/Makefile      Thu Dec 30 13:20:56 2004 +0000
+++ b/www/openacs/Makefile      Thu Dec 30 13:22:04 2004 +0000
@@ -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 @@
 
 # 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



Home | Main Index | Thread Index | Old Index