diff options
author | wiz <wiz@pkgsrc.org> | 2008-12-03 08:19:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-12-03 08:19:19 +0000 |
commit | 5a3407f574d19c8357fb55d48bba48ef4ee893a7 (patch) | |
tree | fde3fd0f9660008a79347a82c72d1d7515b7a6b6 /graphics/gtkam | |
parent | d66a17eeca5c84f60b38e0f02ee7d6101f13b009 (diff) | |
download | pkgsrc-5a3407f574d19c8357fb55d48bba48ef4ee893a7.tar.gz |
Add intltool to USE_TOOLS, it's needed.
Add missing file to PLIST, noted by César Catrián Carreño in PR 40087.
Bump PKGREVISION.
Diffstat (limited to 'graphics/gtkam')
-rw-r--r-- | graphics/gtkam/Makefile | 5 | ||||
-rw-r--r-- | graphics/gtkam/PLIST | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile index 9d5e436a222..92c2172e908 100644 --- a/graphics/gtkam/Makefile +++ b/graphics/gtkam/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2008/11/07 20:11:30 sborrill Exp $ +# $NetBSD: Makefile,v 1.37 2008/12/03 08:19:19 wiz Exp $ # DISTNAME= gtkam-0.1.16 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/} @@ -14,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_DIRS+= gnome2-1.5 USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES -USE_TOOLS+= pkg-config perl +USE_TOOLS+= intltool pkg-config perl GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-bonobo diff --git a/graphics/gtkam/PLIST b/graphics/gtkam/PLIST index 786f4a8ad07..d3994bc0b74 100644 --- a/graphics/gtkam/PLIST +++ b/graphics/gtkam/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2008/11/07 20:11:30 sborrill Exp $ +@comment $NetBSD: PLIST,v 1.14 2008/12/03 08:19:19 wiz Exp $ bin/gtkam man/man1/gtkam.1 share/applications/gtkam.desktop @@ -40,10 +40,11 @@ share/images/gtkam/gtkam-lock.png share/images/gtkam/gtkam-new.png share/omf/gtkam/gtkam-C.omf share/omf/gtkam/gtkam-ru.omf +share/pixmaps/gtkam-camera.png share/pixmaps/gtkam.png @comment in xdg-dirs: @dirrm share/pixmaps @dirrm share/omf/gtkam -@comment in scrollkeeper: @dirrm share/omf +@comment in rarian: @dirrm share/omf @dirrm share/images/gtkam @comment in xdg-dirs: @dirrm share/images @dirrm share/gtkam/pixmaps |