diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-26 03:49:25 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-26 03:49:25 +0800 |
commit | f8ec16f6fa46b2d8edac64f9254d111f25f16ebf (patch) | |
tree | 031f4f18b166a2b633e314a92b0c5ce2865bf1a2 /x11 | |
parent | 07275642a7d9bfdad090062f4e9f04648aebf463 (diff) | |
download | marcuscom-ports-f8ec16f6fa46b2d8edac64f9254d111f25f16ebf.tar marcuscom-ports-f8ec16f6fa46b2d8edac64f9254d111f25f16ebf.tar.gz marcuscom-ports-f8ec16f6fa46b2d8edac64f9254d111f25f16ebf.tar.bz2 marcuscom-ports-f8ec16f6fa46b2d8edac64f9254d111f25f16ebf.tar.lz marcuscom-ports-f8ec16f6fa46b2d8edac64f9254d111f25f16ebf.tar.xz marcuscom-ports-f8ec16f6fa46b2d8edac64f9254d111f25f16ebf.tar.zst marcuscom-ports-f8ec16f6fa46b2d8edac64f9254d111f25f16ebf.zip |
Fix adding e-d-s support to gnomepanel packages.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3141 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-panel/Makefile | 4 | ||||
-rw-r--r-- | x11/gnomepanel/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 5a4fe1b4a..bdd5ae21b 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -40,13 +40,13 @@ GCONF_SCHEMAS= clock.schemas fish.schemas \ panel-toplevel.schemas window-list.schemas \ workspace-switcher.schemas -.include <bsd.port.pre.mk> - .if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) .undef WITHOUT_GNOME WITH_GNOME= yes .endif +.include <bsd.port.pre.mk> + .if ${HAVE_GNOME:Mevolutiondataserver}!="" USE_GNOME+= evolutiondataserver CONFIGURE_ARGS+=--enable-eds diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index 5a4fe1b4a..bdd5ae21b 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -40,13 +40,13 @@ GCONF_SCHEMAS= clock.schemas fish.schemas \ panel-toplevel.schemas window-list.schemas \ workspace-switcher.schemas -.include <bsd.port.pre.mk> - .if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) .undef WITHOUT_GNOME WITH_GNOME= yes .endif +.include <bsd.port.pre.mk> + .if ${HAVE_GNOME:Mevolutiondataserver}!="" USE_GNOME+= evolutiondataserver CONFIGURE_ARGS+=--enable-eds |