diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-11-30 01:31:59 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-11-30 01:31:59 +0000 |
commit | 6d79854dee52ea47c930420fdac8909d41af6ec0 (patch) | |
tree | 91de9d29fbea143384ba3b6b838cb3e22bd7199d /graphics/gphoto | |
parent | e6e4eeb5f196584343a3fa25244c96212cbdd9c1 (diff) | |
download | pkgsrc-6d79854dee52ea47c930420fdac8909d41af6ec0.tar.gz |
This part was not intended to be committed, back it out.
Diffstat (limited to 'graphics/gphoto')
-rw-r--r-- | graphics/gphoto/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gphoto/Makefile b/graphics/gphoto/Makefile index 57f8b860783..87c64972011 100644 --- a/graphics/gphoto/Makefile +++ b/graphics/gphoto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/11/30 01:30:48 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1999/11/30 01:31:59 hubertf Exp $ DISTNAME= gphoto-0.4.1 CATEGORIES= graphics @@ -8,9 +8,9 @@ MAINTAINER= jmcm@cs.cmu.edu HOMEPAGE= http://www.gphoto.org/ DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= gtk+-1.2.?:../../x11/gtk -DEPENDS+= glib-1.2.?:../../devel/glib -DEPENDS+= imlib-1.9.?:../../graphics/imlib +DEPENDS+= gtk+-1.2.6:../../x11/gtk +DEPENDS+= glib-1.2.6:../../devel/glib +DEPENDS+= imlib-1.9.8:../../graphics/imlib USE_X11BASE= yes USE_LIBTOOL= yes |