diff options
author | reed <reed@pkgsrc.org> | 2004-04-13 16:27:26 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-04-13 16:27:26 +0000 |
commit | a49c07977ef99398dbbeb9cb22b9e6d4b783a427 (patch) | |
tree | 6265c0e72c389e6a8c21feec651eeab3cbce9ca7 /graphics/gtkam/Makefile | |
parent | 8b35155154f7129c2881dd1b17cbe17b233217e7 (diff) | |
download | pkgsrc-a49c07977ef99398dbbeb9cb22b9e6d4b783a427.tar.gz |
Upgrade to 0.1.11. Release notes says major changes are:
* Multiple bug fixes
* Changes to adhere to the Gnome Human Interface Guidelines (HIG), including
menu entries and the start of a help system.
Note that this is built --without-gnome support.
Now using buildlink3 instead of buildlink2.
PLIST now has NEWS, README, and TODO added.
Also add patch-aa to get rid of use of GTK_DISABLE_DEPRECATED,
because that breaks the build with new gtk2 2.4.0.
Diffstat (limited to 'graphics/gtkam/Makefile')
-rw-r--r-- | graphics/gtkam/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile index 8e29a32f6ae..ea75adfc10c 100644 --- a/graphics/gtkam/Makefile +++ b/graphics/gtkam/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2004/03/08 19:40:39 jmmv Exp $ +# $NetBSD: Makefile,v 1.21 2004/04/13 16:27:26 reed Exp $ # -DISTNAME= gtkam-0.1.10 -PKGREVISION= 7 +DISTNAME= gtkam-0.1.11 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/} -EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://gphoto.sourceforge.net/proj/gphoto2/ @@ -13,15 +11,16 @@ COMMENT= Digital camera access graphical client (GTK2) DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-bonobo CONFIGURE_ARGS+= --without-bonobo-activation +CONFIGURE_ARGS+= --without-gnome -.include "../../devel/libgphoto2/buildlink2.mk" -.include "../../graphics/libexif-gtk/buildlink2.mk" -.include "../../x11/gtk2/buildlink2.mk" +.include "../../devel/libgphoto2/buildlink3.mk" +.include "../../graphics/libexif-gtk/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |