diff options
author | martti <martti@pkgsrc.org> | 2002-02-28 14:52:18 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-02-28 14:52:18 +0000 |
commit | 10f7f0ae664ce07267de60f2fb10ace8af2c0d3e (patch) | |
tree | 0306969aea076692d9dd8ec0ae7987f0ff9403a8 /graphics/gtkam/Makefile | |
parent | 8527784dd680bded7ed31007cefaa0654ee4c8ea (diff) | |
download | pkgsrc-10f7f0ae664ce07267de60f2fb10ace8af2c0d3e.tar.gz |
Updated gtkam to 0.1.2
List of changes is unknown since the previous version was NetBSD's
own "port" stored in ftp.netbsd.org. This version is from
sourceforge.net and it should work with the new gphoto-2.0.
Diffstat (limited to 'graphics/gtkam/Makefile')
-rw-r--r-- | graphics/gtkam/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile index 1ec47f11be0..caa83cd22af 100644 --- a/graphics/gtkam/Makefile +++ b/graphics/gtkam/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/08 01:48:38 garbled Exp $ +# $NetBSD: Makefile,v 1.2 2002/02/28 14:52:18 martti Exp $ -DISTNAME= gtkam-20010707 +DISTNAME= gtkam-0.1.2 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/} MAINTAINER= root@garbled.net HOMEPAGE= http://www.gphoto.org/gphoto2/ COMMENT= Download and view files from various digital cameras BUILD_USES_MSGFMT= yes -DEPENDS+= gphoto-2*:../../graphics/gphoto2 USE_X11BASE= yes GNU_CONFIGURE= yes @@ -20,5 +19,6 @@ BUILDLINK_DEPENDS.gdk-pixbuf= gdk-pixbuf>=0.9.0 .include "../../devel/gettext-lib/buildlink.mk" .include "../../graphics/gdk-pixbuf/buildlink.mk" +.include "../../graphics/gphoto2/buildlink.mk" .include "../../x11/gtk/buildlink.mk" .include "../../mk/bsd.pkg.mk" |