pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/geda-utils Use a much less fancy dependency on bas...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e50e9c1ddb48
branches:  trunk
changeset: 528945:e50e9c1ddb48
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun May 20 17:04:36 2007 +0000

description:
Use a much less fancy dependency on bash. Bump revision.

diffstat:

 cad/geda-utils/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 4010e834ce92 -r e50e9c1ddb48 cad/geda-utils/Makefile
--- a/cad/geda-utils/Makefile   Sun May 20 17:02:17 2007 +0000
+++ b/cad/geda-utils/Makefile   Sun May 20 17:04:36 2007 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.40 2007/02/22 19:26:10 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2007/05/20 17:04:36 joerg Exp $
 #
 
 DISTNAME=              geda-utils-${PKGVERSION}
 CATEGORIES=            cad
+PKGREVISION=           1
 
 MAINTAINER=            dmcmahill%NetBSD.org@localhost
 HOMEPAGE=              http://www.geda.seul.org/
@@ -22,7 +23,7 @@
 
 # for gnet_hier_verilog.sh.  It looks to be fairly bash
 # dependent
-DEPENDS+=              bash-[0-9]*{,nb[0-9]*}:../../shells/bash
+DEPENDS+=              bash-[0-9]*:../../shells/bash
 
 # let (f)lex rebuild this file.  The distributed one doesn't
 # always work.



Home | Main Index | Thread Index | Old Index