summaryrefslogtreecommitdiffstats
path: root/Mk/bsd.gnome.mk
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-07-26 20:42:31 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-07-26 20:42:31 +0800
commit21c6146a3ae36f711d1d5b8c06db3a91f17566f6 (patch)
treed3a7882b5d262cfdde65dc8b0bfe954bdaee7c95 /Mk/bsd.gnome.mk
parent7521f232cd407f3197beaf1c55cf0574266b7cb1 (diff)
downloadmarcuscom-ports-21c6146a3ae36f711d1d5b8c06db3a91f17566f6.tar
marcuscom-ports-21c6146a3ae36f711d1d5b8c06db3a91f17566f6.tar.gz
marcuscom-ports-21c6146a3ae36f711d1d5b8c06db3a91f17566f6.tar.bz2
marcuscom-ports-21c6146a3ae36f711d1d5b8c06db3a91f17566f6.tar.lz
marcuscom-ports-21c6146a3ae36f711d1d5b8c06db3a91f17566f6.tar.xz
marcuscom-ports-21c6146a3ae36f711d1d5b8c06db3a91f17566f6.tar.zst
marcuscom-ports-21c6146a3ae36f711d1d5b8c06db3a91f17566f6.zip
reset gnome-panel back to 2.30 version.
update gnome-panel3 to 2.31.4. The port of gnome-panel to gtk3 is going slowly, and isn't complete yet. This means that gnome-panel3 is build agains gtk2 and gnome2 components. So disable the whole GNOME_DESKTOP_VERSION check for now. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14365 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r--Mk/bsd.gnome.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index 3d115ffd3..95fede397 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -3,7 +3,7 @@
#
# $FreeBSD$
# $NetBSD: $
-# $MCom: ports/Mk/bsd.gnome.mk,v 1.507 2010/07/23 13:50:05 kwm Exp $
+# $MCom: ports/Mk/bsd.gnome.mk,v 1.508 2010/07/23 14:40:13 kwm Exp $
#
# Please view me with 4 column tabs!
@@ -641,7 +641,7 @@ gvfs_USE_GNOME_IMPL= glib20 gconf2
# users from shooting themselves in the foot. We will try to make an
# intelligent choice on the user's behalf.
.if exists(${gnomepanel3_DETECT})
-GNOME_DESKTOP_VERSION?= 3
+#GNOME_DESKTOP_VERSION?= 3
.elif exists(${gnomepanel_DETECT})
GNOME_DESKTOP_VERSION?= 2
.endif