diff options
author | tron <tron@pkgsrc.org> | 2000-01-19 17:36:51 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-01-19 17:36:51 +0000 |
commit | 4cffbbad7b4d984d6d469c99b426713e2551ef28 (patch) | |
tree | f29b0f85457916a926b225c8b9551a362574aef4 /graphics/gphoto/Makefile | |
parent | dd2cdaa71c401eb6a074045cb6f49295de1d17e9 (diff) | |
download | pkgsrc-4cffbbad7b4d984d6d469c99b426713e2551ef28.tar.gz |
Remove redundant dependences.
Diffstat (limited to 'graphics/gphoto/Makefile')
-rw-r--r-- | graphics/gphoto/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/gphoto/Makefile b/graphics/gphoto/Makefile index ec8cec520f2..af93acd9bd0 100644 --- a/graphics/gphoto/Makefile +++ b/graphics/gphoto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/12/08 17:25:20 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2000/01/19 17:36:51 tron Exp $ DISTNAME= gphoto-0.4.2 CATEGORIES= graphics @@ -7,9 +7,6 @@ MASTER_SITES= ftp://ftp.gphoto.org/projects/gphoto/pub/tar/0.4/ MAINTAINER= jmcm@cs.cmu.edu HOMEPAGE= http://www.gphoto.org/ -DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= gtk+-1.2.6:../../x11/gtk -DEPENDS+= glib-1.2.6:../../devel/glib DEPENDS+= imlib-1.9.8:../../graphics/imlib USE_X11BASE= yes |