diff options
author | abs <abs@pkgsrc.org> | 1999-04-06 02:03:00 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 1999-04-06 02:03:00 +0000 |
commit | a05dffe16129a85b703bcb5495d20c2d67d7affa (patch) | |
tree | 19b65ab0ddbae3ac90edd54bdbf1d22adbd7f3b5 /graphics/sane | |
parent | 477418a0168449378210fd4afa260f8bfe7a9235 (diff) | |
download | pkgsrc-a05dffe16129a85b703bcb5495d20c2d67d7affa.tar.gz |
Update DEPENDS to catch up with other packages' version changes.
Diffstat (limited to 'graphics/sane')
-rw-r--r-- | graphics/sane/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sane/Makefile b/graphics/sane/Makefile index af4078ca7be..30a3d91753c 100644 --- a/graphics/sane/Makefile +++ b/graphics/sane/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1999/04/05 08:50:04 rh Exp $ +# $NetBSD: Makefile,v 1.13 1999/04/06 02:03:00 abs Exp $ # FreeBSD Id: Makefile,v 1.3 1998/04/30 02:38:03 obrien Exp # @@ -12,7 +12,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.mostang.com/sane/ DEPENDS+= gtk10-1.0.6:../../x11/gtk10 -DEPENDS+= gimp-1.0.3:../../graphics/gimp +DEPENDS+= gimp-1.0.4:../../graphics/gimp GNU_CONFIGURE= yes USE_GMAKE= yes |