1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Allow a BATCH build of gnome-panel to be done without Evo support.

PR:		141699
Submitted by:	Jonathan Chen <jonc@chen.org.nz>
This commit is contained in:
Joe Marcus Clarke 2009-12-19 20:12:20 +00:00
parent 5c6a1954ff
commit 1236077af5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246258

View File

@ -55,7 +55,7 @@ WITH_GNOME= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if defined(WITH_EVOLUTION) && ${HAVE_GNOME:Mevolutiondataserver}!="" .if !defined(WITHOUT_EVOLUTION) && ${HAVE_GNOME:Mevolutiondataserver}!=""
USE_GNOME+= evolutiondataserver USE_GNOME+= evolutiondataserver
CONFIGURE_ARGS+=--enable-eds CONFIGURE_ARGS+=--enable-eds
.else .else