diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-01 12:19:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-01 12:19:04 +0800 |
commit | ee9de0e23edb690ce805f8b6677ecca75355eaa8 (patch) | |
tree | 6814917589ee1686f80d8de1c36a0dfac4abd811 /x11/gnomepanel | |
parent | ee32cd33da3469252db7db10b82ba59214cf1955 (diff) | |
download | marcuscom-ports-ee9de0e23edb690ce805f8b6677ecca75355eaa8.tar marcuscom-ports-ee9de0e23edb690ce805f8b6677ecca75355eaa8.tar.gz marcuscom-ports-ee9de0e23edb690ce805f8b6677ecca75355eaa8.tar.bz2 marcuscom-ports-ee9de0e23edb690ce805f8b6677ecca75355eaa8.tar.lz marcuscom-ports-ee9de0e23edb690ce805f8b6677ecca75355eaa8.tar.xz marcuscom-ports-ee9de0e23edb690ce805f8b6677ecca75355eaa8.tar.zst marcuscom-ports-ee9de0e23edb690ce805f8b6677ecca75355eaa8.zip |
Add official support for evolution-data-server for the clock applet.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2752 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomepanel')
-rw-r--r-- | x11/gnomepanel/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index dd21da0ca..e00a68552 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -22,6 +22,7 @@ USE_X_PREFIX= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack gnomehier intlhack gnomedesktop \ libwnck +WANT_GNOME= yes GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes USE_LIBTOOL_VER=15 @@ -37,9 +38,18 @@ GCONF_SCHEMAS= clock.schemas fish.schemas gnome-panel-screenshot.schemas \ panel-toplevel.schemas window-list.schemas \ workspace-switcher.schemas +.include <bsd.port.pre.mk> + +.if ${HAVE_GNOME:Mevolutiondataserver}!="" +USE_GNOME+= evolutiondataserver +CONFIGURE_ARGS+=--enable-eds +.else +CONFIGURE_ARGS+=--disable-eds +.endif + post-patch: .for po in da.po it.po zh_TW.po @${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po} .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> |