diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-09 10:44:28 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-09 10:44:28 +0800 |
commit | 621b94a10d261f79f087b5c068b23d35c2561d58 (patch) | |
tree | 0f5f561691a34fd6491079c11ba6faf9f14d0a66 /x11/gnome-desktop3 | |
parent | c38ad341fb993cf03fe7a81f005c281851dbd15a (diff) | |
download | marcuscom-ports-621b94a10d261f79f087b5c068b23d35c2561d58.tar marcuscom-ports-621b94a10d261f79f087b5c068b23d35c2561d58.tar.gz marcuscom-ports-621b94a10d261f79f087b5c068b23d35c2561d58.tar.bz2 marcuscom-ports-621b94a10d261f79f087b5c068b23d35c2561d58.tar.lz marcuscom-ports-621b94a10d261f79f087b5c068b23d35c2561d58.tar.xz marcuscom-ports-621b94a10d261f79f087b5c068b23d35c2561d58.tar.zst marcuscom-ports-621b94a10d261f79f087b5c068b23d35c2561d58.zip |
Do not install the help and omf stuff in x11/gnome-desktop (2.x) to resolve
the conflict between x11/gnome-desktop and x11/gnome-desktop3. Dude, it was
very simple to fix it than what I expected! All I have to do was add the
'--disable-desktop-docs'. That's it. Yeah!! Bump the PORTREVISION on
x11/gnome-desktop.
Then remove the GNOME_DESKTOP_VERSION in bsd.gnome.mk and both Makefile.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15772 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-desktop3')
-rw-r--r-- | x11/gnome-desktop3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gnome-desktop3/Makefile b/x11/gnome-desktop3/Makefile index a770ff593..9eea11a64 100644 --- a/x11/gnome-desktop3/Makefile +++ b/x11/gnome-desktop3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-desktop3/Makefile,v 1.12 2011/03/24 19:42:30 kwm Exp $ +# $MCom: ports/x11/gnome-desktop3/Makefile,v 1.13 2011/04/05 12:31:23 kwm Exp $ # PORTNAME= gnome-desktop @@ -28,7 +28,6 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTS USE_XORG= x11 xrandr USE_GNOME= gnomeprefix gnomehack intlhack gnomedocutils gtk30 \ ltverhack referencehack -GNOME_DESKTOP_VERSION=3 USE_GETTEXT= yes USE_GMAKE= yes USE_BISON= build |