diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-22 23:44:53 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-22 23:44:53 +0800 |
commit | ee591ee87b5543400947472fc148fef13fae5114 (patch) | |
tree | 127b481cb06dad191eafd7a04350a32b47605b57 /x11/gnome-panel | |
parent | 4aa0d8b6d9532917f948ecdf821142ed0a0c7593 (diff) | |
download | marcuscom-ports-ee591ee87b5543400947472fc148fef13fae5114.tar.gz marcuscom-ports-ee591ee87b5543400947472fc148fef13fae5114.tar.zst marcuscom-ports-ee591ee87b5543400947472fc148fef13fae5114.zip |
Explicitly set GNOME_DESKTOP_VERSION.
Prompted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@681 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 31aea6184..fc696f0af 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -23,6 +23,7 @@ INSTALLS_SHLIB= yes USE_X_PREFIX= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack gnomehier gnomedesktop libwnck +GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \ |