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 /pkgtools | |
parent | 6e342352403d3106a2f2e45ea56c1eb11828f235 (diff) | |
download | pkgsrc-ed4971a3754a003815966e6b7016f4309964397f.tar.gz |
Catch up with changes to the pathnames of postgres packages.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkgconflict/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |