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 /graphics/xsane | |
parent | e5260a26e96ef1283ed2462308504b5b90b98f7d (diff) | |
download | pkgsrc-29630e4c9c12eaf4cf4ecae6b143f8376f332247.tar.gz |
Use wildcard dependence for "gtk+" package.
Diffstat (limited to 'graphics/xsane')
-rw-r--r-- | graphics/xsane/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |