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:
parent
5c6a1954ff
commit
1236077af5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246258
@ -55,7 +55,7 @@ WITH_GNOME= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_EVOLUTION) && ${HAVE_GNOME:Mevolutiondataserver}!=""
|
||||
.if !defined(WITHOUT_EVOLUTION) && ${HAVE_GNOME:Mevolutiondataserver}!=""
|
||||
USE_GNOME+= evolutiondataserver
|
||||
CONFIGURE_ARGS+=--enable-eds
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user