pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/rt3 Correct the completely bogus PostgreSQL depe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3efb20de2b17
branches: trunk
changeset: 483138:3efb20de2b17
user: cube <cube%pkgsrc.org@localhost>
date: Mon Nov 08 13:33:30 2004 +0000
description:
Correct the completely bogus PostgreSQL dependency line. What was I
thinking?
Pointed out by seb@.
diffstat:
devel/rt3/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 29843ea45f99 -r 3efb20de2b17 devel/rt3/Makefile
--- a/devel/rt3/Makefile Mon Nov 08 12:50:18 2004 +0000
+++ b/devel/rt3/Makefile Mon Nov 08 13:33:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/11/02 17:20:36 cube Exp $
+# $NetBSD: Makefile,v 1.4 2004/11/08 13:33:30 cube Exp $
DISTNAME= rt-3.2.2
CATEGORIES= devel
@@ -66,7 +66,7 @@
DEPENDS+= p5-DBD-mysql>=2.1018:../../databases/p5-DBD-mysql
_RT_DB_TYPE= mysql
.elif !empty(PKG_OPTIONS:Mbackend-pgsql)
-DEPENDS+= p5-DBD-Pg-[0-9]*:../../database/p5-DBD-Pg
+DEPENDS+= p5-DBD-postgresql-[0-9]*:../../databases/p5-DBD-postgresql
_RT_DB_TYPE= Pg
.endif
Home |
Main Index |
Thread Index |
Old Index