diff options
Diffstat (limited to 'sysutils/gnome-vfsmm/Makefile')
-rw-r--r-- | sysutils/gnome-vfsmm/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/gnome-vfsmm/Makefile b/sysutils/gnome-vfsmm/Makefile index e96e5f85855..35b104ffa6b 100644 --- a/sysutils/gnome-vfsmm/Makefile +++ b/sysutils/gnome-vfsmm/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.17 2008/03/06 14:53:54 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2008/04/26 01:07:15 wiz Exp $ -DISTNAME= gnome-vfsmm-2.20.0 -PKGREVISION= 1 +DISTNAME= gnome-vfsmm-2.22.0 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfsmm/2.20/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfsmm/2.22/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= adam@NetBSD.org HOMEPAGE= http://gtkmm.sourceforge.net/ COMMENT= C++ bindings for gnome-vfs +BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen + USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |