summaryrefslogtreecommitdiff
path: root/x11/gnome-desktop/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2012-07-02 10:33:09 +0000
committerdrochner <drochner@pkgsrc.org>2012-07-02 10:33:09 +0000
commit0e1bfd6ffa716bea05ee65cfafbc0627123edfd4 (patch)
treeab5ec8e7e4d3ab3eb7132938f34c3e74c48f9f7f /x11/gnome-desktop/Makefile
parent0ea91213b3ce3d2a042a071abf987302240567ae (diff)
downloadpkgsrc-0e1bfd6ffa716bea05ee65cfafbc0627123edfd4.tar.gz
revert addition of desktopdb.mk where it was unnecessary
(These are just the cases where I have the pkgs installed.)
Diffstat (limited to 'x11/gnome-desktop/Makefile')
-rw-r--r--x11/gnome-desktop/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile
index b8395bf070c..6f0048d8057 100644
--- a/x11/gnome-desktop/Makefile
+++ b/x11/gnome-desktop/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.112 2012/07/01 19:05:27 dholland Exp $
+# $NetBSD: Makefile,v 1.113 2012/07/02 10:33:09 drochner Exp $
#
DISTNAME= gnome-desktop-2.32.1
-PKGREVISION= 8
+PKGREVISION= 7
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-desktop/2.32/}
EXTRACT_SUFX= .tar.bz2
@@ -40,7 +40,6 @@ BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.11.3
BUILDLINK_API_DEPENDS.libXrandr+= libXrandr>=1.2
.include "../../x11/libXrandr/buildlink3.mk"
.include "../../x11/startup-notification/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
# gnome-about needs py-gnome2-desktop at runtime, which needs us, so
# we have a circular dependency. To work around this, just depend on
# Python and hope that py-gnome2-desktop gets the same version.