diff options
author | drochner <drochner@pkgsrc.org> | 2012-07-02 10:33:09 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-07-02 10:33:09 +0000 |
commit | 0e1bfd6ffa716bea05ee65cfafbc0627123edfd4 (patch) | |
tree | ab5ec8e7e4d3ab3eb7132938f34c3e74c48f9f7f /x11/gnome-desktop/Makefile | |
parent | 0ea91213b3ce3d2a042a071abf987302240567ae (diff) | |
download | pkgsrc-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/Makefile | 5 |
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. |