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 | 55c5a85f7ea790b6436c6564e5302e62ce764fa0 (patch) | |
tree | b2749752fdd8dcaf447bcf9c1aac2bf648b4762d /www/trac | |
parent | 3ed8999f702ab8c997ca587049b846e23a5f34cb (diff) | |
download | pkgsrc-55c5a85f7ea790b6436c6564e5302e62ce764fa0.tar.gz |
Fix psycopg2 dependency line (reported by Stefan Schulze).
Diffstat (limited to 'www/trac')
-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. |