diff options
Diffstat (limited to 'sysutils/gnome-pkgview/Makefile')
-rw-r--r-- | sysutils/gnome-pkgview/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/gnome-pkgview/Makefile b/sysutils/gnome-pkgview/Makefile index 7066ebe4f6a..e2b02619ce5 100644 --- a/sysutils/gnome-pkgview/Makefile +++ b/sysutils/gnome-pkgview/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/02/24 21:39:49 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2004/03/08 19:40:42 jmmv Exp $ # DISTNAME= gnome-pkgview-1.0.5 +PKGREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= http://www.greatnorthern.demon.co.uk/packages/gnome-pkgview/ @@ -10,7 +11,7 @@ HOMEPAGE= http://www.greatnorthern.demon.co.uk/gnome-pkgview.html COMMENT= Displays the version of GNOME components installed BUILD_USES_MSGFMT= yes -DEPENDS= xdg-dirs>=1.0:../../misc/xdg-dirs +DEPENDS= xdg-dirs>=1.1:../../misc/xdg-dirs GNU_CONFIGURE= yes USE_BUILDLINK3= yes |