diff options
-rw-r--r-- | cad/geda/Makefile | 4 | ||||
-rw-r--r-- | graphics/xsane/Makefile | 4 | ||||
-rw-r--r-- | math/grpn/Makefile | 4 |
3 files changed, 6 insertions, 6 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 diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index 7497f2eb27f..2e9c71a175b 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/10/08 21:12:52 jlam Exp $ +# $NetBSD: Makefile,v 1.8 1999/10/24 16:42:51 tron Exp $ # DISTNAME= xsane-0.33 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.wolfsburg.de/~rauch/sane/sane-xsane.html DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png-1.0.3:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff -DEPENDS+= gtk+-1.2.4:../../x11/gtk +DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= sane-1.0.1:../../graphics/sane GNU_CONFIGURE= YES diff --git a/math/grpn/Makefile b/math/grpn/Makefile index 8bf7dc89746..e5aa0172b0b 100644 --- a/math/grpn/Makefile +++ b/math/grpn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/08/28 09:43:12 rh Exp $ +# $NetBSD: Makefile,v 1.3 1999/10/24 16:42:30 tron Exp $ # DISTNAME= grpn-1.1.0 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://wilkins.ne.mediaone.net/pub/ MAINTAINER= mcmahill@alum.mit.edu HOMEPAGE= http://wilkins.ne.mediaone.net/grpn.html -DEPENDS+= gtk+-1.2.4:../../x11/gtk +DEPENDS+= gtk+-1.2.*:../../x11/gtk USE_X11= yes |