diff options
author | agc <agc> | 1998-08-25 11:06:52 +0000 |
---|---|---|
committer | agc <agc> | 1998-08-25 11:06:52 +0000 |
commit | 97b64b1421836595781ed02fce9849c2101428a6 (patch) | |
tree | c91e6a1956a25022adbf2ef2c2906667f1a481f2 /graphics/sane | |
parent | 5cb85626c1d806d1b3556a8536a400dc6e840677 (diff) | |
download | pkgsrc-97b64b1421836595781ed02fce9849c2101428a6.tar.gz |
Make these packages depend on gtk10, the 1.0 version of the gtk package.
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 c6ee3148c68..06a0e8d95bb 100644 --- a/graphics/sane/Makefile +++ b/graphics/sane/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/08/20 15:17:01 tsarna Exp $ +# $NetBSD: Makefile,v 1.7 1998/08/25 11:06:53 agc Exp $ # FreeBSD Id: Makefile,v 1.3 1998/04/30 02:38:03 obrien Exp # @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.mostang.com/sane/ -DEPENDS+= gtk+-1.0.4:../../x11/gtk +DEPENDS+= gtk+-1.0.4:../../x11/gtk10 CONFLICTS+= sane-0.72 |