summaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-07-14 01:11:27 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-07-14 01:11:27 +0800
commitab9a8a9a5c3503e65543a38e23645e1f27e3fe3f (patch)
tree9e58489d99ffecfc339f100af15a809c233bf221 /Mk
parent9ee051ddc758fffbf7306c5b38a492e9bf7f76c0 (diff)
downloadmarcuscom-ports-ab9a8a9a5c3503e65543a38e23645e1f27e3fe3f.tar
marcuscom-ports-ab9a8a9a5c3503e65543a38e23645e1f27e3fe3f.tar.gz
marcuscom-ports-ab9a8a9a5c3503e65543a38e23645e1f27e3fe3f.tar.bz2
marcuscom-ports-ab9a8a9a5c3503e65543a38e23645e1f27e3fe3f.tar.lz
marcuscom-ports-ab9a8a9a5c3503e65543a38e23645e1f27e3fe3f.tar.xz
marcuscom-ports-ab9a8a9a5c3503e65543a38e23645e1f27e3fe3f.tar.zst
marcuscom-ports-ab9a8a9a5c3503e65543a38e23645e1f27e3fe3f.zip
Check if gnome-panel3 is installed and default to GNOME_DESKTOP_VERSION=3
if not default to 2. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14338 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gnome.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index 8d5ee6865..207e375eb 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.504 2010/07/13 15:33:58 kwm Exp $
+# $MCom: ports/Mk/bsd.gnome.mk,v 1.505 2010/07/13 16:59:06 kwm Exp $
#
# Please view me with 4 column tabs!
@@ -631,10 +631,10 @@ gvfs_USE_GNOME_IMPL= glib20 gconf2
# If the user has not defined GNOME_DESKTOP_VERSION, let's try to prevent
# users from shooting themselves in the foot. We will try to make an
# intelligent choice on the user's behalf.
-.if exists(${gnomepanel_DETECT})
+.if exists(${gnomepanel3_DETECT})
+GNOME_DESKTOP_VERSION?= 3
+.elif exists(${gnomepanel_DETECT})
GNOME_DESKTOP_VERSION?= 2
-#.elif exists(${libpanel_DETECT})
-#GNOME_DESKTOP_VERSION?= 1
.endif
# We also check each component to see if it has a desktop requirement. If