pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/trac Remove spurious braces around dependencies. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/384773b3a80d
branches:  trunk
changeset: 534655:384773b3a80d
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Oct 28 23:40:15 2007 +0000

description:
Remove spurious braces around dependencies.  Pointed out by Hubert
Feyrer.

diffstat:

 www/trac/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 6ff2458c7744 -r 384773b3a80d www/trac/Makefile
--- a/www/trac/Makefile Sun Oct 28 23:16:15 2007 +0000
+++ b/www/trac/Makefile Sun Oct 28 23:40:15 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2007/10/12 14:03:48 gdt Exp $
+# $NetBSD: Makefile,v 1.28 2007/10/28 23:40:15 gdt Exp $
 #
 
 DISTNAME=      trac-0.10.4
@@ -21,13 +21,13 @@
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Msqlite)
-DEPENDS+=      ${PYPKGPREFIX}-{sqlite2>=2}:../../databases/py-sqlite2
+DEPENDS+=      ${PYPKGPREFIX}-sqlite2>=2:../../databases/py-sqlite2
 .endif
 .if !empty(PKG_OPTIONS:Mpgsql)
-DEPENDS+=      ${PYPKGPREFIX}-{PgSQL>=2.4}:../../databases/py-PgSQL
+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}-psycopg>=1.1.14:../../databases/py-psycopg2
 .endif
 # MySQL is sort of supported but not recommended by upstream and hence
 # omitted.



Home | Main Index | Thread Index | Old Index