diff options
author | agc <agc> | 2004-07-27 17:59:58 +0000 |
---|---|---|
committer | agc <agc> | 2004-07-27 17:59:58 +0000 |
commit | ed4971a3754a003815966e6b7016f4309964397f (patch) | |
tree | 50834390cfe5d3e6ad9a78c0b40dc41abca2c822 | |
parent | 6e342352403d3106a2f2e45ea56c1eb11828f235 (diff) | |
download | pkgsrc-ed4971a3754a003815966e6b7016f4309964397f.tar.gz |
Catch up with changes to the pathnames of postgres packages.
-rw-r--r-- | pkgtools/pkgconflict/Makefile | 4 | ||||
-rw-r--r-- | www/openacs/Makefile | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgtools/pkgconflict/Makefile b/pkgtools/pkgconflict/Makefile index b6611e3e51a..4a20bf039c1 100644 --- a/pkgtools/pkgconflict/Makefile +++ b/pkgtools/pkgconflict/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/03/26 02:27:50 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2004/07/27 17:59:58 agc Exp $ # DISTNAME= pkgconflict-0.3 @@ -10,7 +10,7 @@ DISTFILES= # empty MAINTAINER= wennmach@NetBSD.org COMMENT= Scripts to find conflicting packages in pkgsrc -DEPENDS+= postgresql>=7.0:../../databases/postgresql +DEPENDS+= postgresql>=7.0:../../databases/postgresql73 WRKSRC= ${WRKDIR} NO_CHECKSUM= yes 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 |