diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-01 12:22:47 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-01 12:22:47 +0800 |
commit | 9456a93584e7d488efaf3a5f80de14569d1c1cc2 (patch) | |
tree | d39377867af63a5eec4c990c15a743107adf7baf /x11/gnomepanel/Makefile | |
parent | ee9de0e23edb690ce805f8b6677ecca75355eaa8 (diff) | |
download | marcuscom-ports-9456a93584e7d488efaf3a5f80de14569d1c1cc2.tar marcuscom-ports-9456a93584e7d488efaf3a5f80de14569d1c1cc2.tar.gz marcuscom-ports-9456a93584e7d488efaf3a5f80de14569d1c1cc2.tar.bz2 marcuscom-ports-9456a93584e7d488efaf3a5f80de14569d1c1cc2.tar.lz marcuscom-ports-9456a93584e7d488efaf3a5f80de14569d1c1cc2.tar.xz marcuscom-ports-9456a93584e7d488efaf3a5f80de14569d1c1cc2.tar.zst marcuscom-ports-9456a93584e7d488efaf3a5f80de14569d1c1cc2.zip |
Make evolution-data-server default for package building.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2753 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomepanel/Makefile')
-rw-r--r-- | x11/gnomepanel/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index e00a68552..057d36fcb 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -40,6 +40,11 @@ GCONF_SCHEMAS= clock.schemas fish.schemas gnome-panel-screenshot.schemas \ .include <bsd.port.pre.mk> +.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) +.undef WITHOUT_GNOME +WITH_GNOME= yes +.endif + .if ${HAVE_GNOME:Mevolutiondataserver}!="" USE_GNOME+= evolutiondataserver CONFIGURE_ARGS+=--enable-eds |