diff options
author | tron <tron@pkgsrc.org> | 1999-10-24 16:42:30 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-10-24 16:42:30 +0000 |
commit | 29630e4c9c12eaf4cf4ecae6b143f8376f332247 (patch) | |
tree | a4cacb1281be027230e288b751861e5b058102a3 /cad/geda | |
parent | e5260a26e96ef1283ed2462308504b5b90b98f7d (diff) | |
download | pkgsrc-29630e4c9c12eaf4cf4ecae6b143f8376f332247.tar.gz |
Use wildcard dependence for "gtk+" package.
Diffstat (limited to 'cad/geda')
-rw-r--r-- | cad/geda/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index edf43b49c8b..6d29b01ccc1 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/08/29 21:50:20 jlam Exp $ +# $NetBSD: Makefile,v 1.11 1999/10/24 16:43:08 tron Exp $ # DISTNAME= gEDA-19990516 @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/dist/ \ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.geda.seul.org/ -DEPENDS+= gtk+-1.2.4:../../x11/gtk +DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= guile-1.3.2:../../lang/guile GNU_CONFIGURE= yes |