summaryrefslogtreecommitdiff
path: root/devel/rt3
diff options
context:
space:
mode:
authorcube <cube>2004-11-08 13:33:30 +0000
committercube <cube>2004-11-08 13:33:30 +0000
commite540e32629b2a351f848959e5edc8571c971e799 (patch)
tree1c6fe335073cce1ef462a358ffc973a2736e57f1 /devel/rt3
parent52d7a4b7964ec0ed6cdb38608fb251fb44eb57d3 (diff)
downloadpkgsrc-e540e32629b2a351f848959e5edc8571c971e799.tar.gz
Correct the completely bogus PostgreSQL dependency line. What was I
thinking? Pointed out by seb@.
Diffstat (limited to 'devel/rt3')
-rw-r--r--devel/rt3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rt3/Makefile b/devel/rt3/Makefile
index 430bc811cd5..3aff50145fb 100644
--- a/devel/rt3/Makefile
+++ b/devel/rt3/Makefile
@@ -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+= mysql-client>=4.0.9:../../databases/mysql4-client
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