diff options
author | jmmv <jmmv> | 2004-02-16 15:06:19 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-02-16 15:06:19 +0000 |
commit | bf029d53840f9544a5a6c712a894b3b0baf27efc (patch) | |
tree | 602e5f8b9a4431c3d3e099d561e9515bac3f8ce2 /graphics | |
parent | fac7937031d43a74481486a53461aa83e0cd41e9 (diff) | |
download | pkgsrc-bf029d53840f9544a5a6c712a894b3b0baf27efc.tar.gz |
Depend on at least gnome-dirs 1.4 to handle the share/images shared directory.
Bump PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gtkam/Makefile | 6 | ||||
-rw-r--r-- | graphics/gtkam/PLIST | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile index 1ea9ae18939..ce5dd37d3d9 100644 --- a/graphics/gtkam/Makefile +++ b/graphics/gtkam/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2004/02/14 17:21:42 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2004/02/16 15:06:19 jmmv Exp $ # DISTNAME= gtkam-0.1.10 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/} EXTRACT_SUFX= .tar.bz2 @@ -11,6 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://gphoto.sourceforge.net/proj/gphoto2/ COMMENT= Digital camera access graphical client (GTK2) +DEPENDS+= gnome2-dirs>=1.4:../../misc/gnome2-dirs + USE_BUILDLINK2= YES USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES diff --git a/graphics/gtkam/PLIST b/graphics/gtkam/PLIST index d46941eafd7..6abd28c9fb3 100644 --- a/graphics/gtkam/PLIST +++ b/graphics/gtkam/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2002/12/24 21:38:33 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2004/02/16 15:06:19 jmmv Exp $ bin/gtkam man/man1/gtkam.1 share/doc/gtkam/AUTHORS @@ -30,7 +30,7 @@ ${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/gtkam.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gtkam.mo ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gtkam.mo @dirrm share/images/gtkam -@dirrm share/images +@comment in gnome-dirs: @dirrm share/images @dirrm share/gtkam/pixmaps @dirrm share/gtkam @dirrm share/doc/gtkam |