summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorminskim <minskim>2004-05-25 01:34:06 +0000
committerminskim <minskim>2004-05-25 01:34:06 +0000
commitab82e85ffcc6f942f7f22e53bcbc98f5c51efb69 (patch)
tree382e4cb708bd0625e627b1d1f4e609c2c479b148 /cad
parentedff11ed7bb0a4c4c732eb54eeaa8145b1034690 (diff)
downloadpkgsrc-ab82e85ffcc6f942f7f22e53bcbc98f5c51efb69.tar.gz
A package name in DEPENDS should be a shell glob pattern, not a regex.
Diffstat (limited to 'cad')
-rw-r--r--cad/geda/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile
index 60af6e5d6cd..cc427e5a88d 100644
--- a/cad/geda/Makefile
+++ b/cad/geda/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2004/03/05 13:03:47 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.35 2004/05/25 01:34:06 minskim Exp $
#
DISTNAME= geda-${PKGVERSION}
@@ -12,12 +12,12 @@ MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://www.geda.seul.org/
COMMENT= Toolset for automating electronic design
-DEPENDS+= gschem-${PKGVERSION}{,nb[0-9]+}:../../cad/gschem
-DEPENDS+= gnetlist-${PKGVERSION}{,nb[0-9]+}:../../cad/gnetlist
-DEPENDS+= gsymcheck-${PKGVERSION}{,nb[0-9]+}:../../cad/gsymcheck
-DEPENDS+= geda-utils-${PKGVERSION}{,nb[0-9]+}:../../cad/geda-utils
-DEPENDS+= geda-docs-${PKGVERSION}{,nb[0-9]+}:../../cad/geda-docs
-DEPENDS+= geda-examples-${PKGVERSION}{,nb[0-9]+}:../../cad/geda-examples
+DEPENDS+= gschem-${PKGVERSION}{,nb[0-9]*}:../../cad/gschem
+DEPENDS+= gnetlist-${PKGVERSION}{,nb[0-9]*}:../../cad/gnetlist
+DEPENDS+= gsymcheck-${PKGVERSION}{,nb[0-9]*}:../../cad/gsymcheck
+DEPENDS+= geda-utils-${PKGVERSION}{,nb[0-9]*}:../../cad/geda-utils
+DEPENDS+= geda-docs-${PKGVERSION}{,nb[0-9]*}:../../cad/geda-docs
+DEPENDS+= geda-examples-${PKGVERSION}{,nb[0-9]*}:../../cad/geda-examples
.include "Makefile.common"