summaryrefslogtreecommitdiff
path: root/www/trac
diff options
context:
space:
mode:
authorgdt <gdt>2007-10-29 18:31:11 +0000
committergdt <gdt>2007-10-29 18:31:11 +0000
commit346a831292b99475d207a815c3f68a4f362f4e57 (patch)
treeb2749752fdd8dcaf447bcf9c1aac2bf648b4762d /www/trac
parente417bcf3ebb13d7c630ded5438f3f764ce63a7dd (diff)
downloadpkgsrc-346a831292b99475d207a815c3f68a4f362f4e57.tar.gz
Fix psycopg2 dependency line (reported by Stefan Schulze).
Diffstat (limited to 'www/trac')
-rw-r--r--www/trac/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile
index 91a9e153ed6..05925fef584 100644
--- a/www/trac/Makefile
+++ b/www/trac/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2007/10/28 23:40:15 gdt Exp $
+# $NetBSD: Makefile,v 1.29 2007/10/29 18:31:11 gdt Exp $
#
DISTNAME= trac-0.10.4
@@ -27,7 +27,7 @@ DEPENDS+= ${PYPKGPREFIX}-sqlite2>=2:../../databases/py-sqlite2
DEPENDS+= ${PYPKGPREFIX}-PgSQL>=2.4:../../databases/py-PgSQL
.endif
.if !empty(PKG_OPTIONS:Mpsycopg2)
-DEPENDS+= ${PYPKGPREFIX}-psycopg>=1.1.14:../../databases/py-psycopg2
+DEPENDS+= ${PYPKGPREFIX}-psycopg2>=2:../../databases/py-psycopg2
.endif
# MySQL is sort of supported but not recommended by upstream and hence
# omitted.