diff options
author | gdt <gdt@pkgsrc.org> | 2007-10-29 18:31:11 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-10-29 18:31:11 +0000 |
commit | 6aaeebc51c9559e1931a0f1dc9f0bdd923f49ac8 (patch) | |
tree | b2749752fdd8dcaf447bcf9c1aac2bf648b4762d | |
parent | 103cf229ec4d45edaca5e6f1bf053ab4d0098ae1 (diff) | |
download | pkgsrc-6aaeebc51c9559e1931a0f1dc9f0bdd923f49ac8.tar.gz |
Fix psycopg2 dependency line (reported by Stefan Schulze).
-rw-r--r-- | www/trac/Makefile | 4 |
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. |