diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-05-06 08:49:12 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-05-06 08:49:12 +0000 |
commit | 232f125f8d7b298b1bf77fd4d7dde9f8c04f276e (patch) | |
tree | da778c87028461c54de78635ee4327c0521e19e6 /graphics/sane | |
parent | 31de86488fbf636baea251f2fb6c9a336ba23a5e (diff) | |
download | pkgsrc-232f125f8d7b298b1bf77fd4d7dde9f8c04f276e.tar.gz |
Switch from LIB_DEPENDS to DEPENDS.
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 6acdaa2f27a..0753c4e4336 100644 --- a/graphics/sane/Makefile +++ b/graphics/sane/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/05/03 20:49:44 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/05/06 08:49:12 frueauf Exp $ # FreeBSD Id: Makefile,v 1.3 1998/04/30 02:38:03 obrien Exp # @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ MAINTAINER= packages@netbsd.org -LIB_DEPENDS= gtk.1.:../../x11/gtk +DEPENDS+= gtk+-1.0.0:../../x11/gtk GNU_CONFIGURE= yes USE_GMAKE= yes |