mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
This port broke INDEX building, when WITH_MOTIF is defined, fix expression
Approved by: Panagiotis Astithas <past@ebs.gr> from freebsd-eclipse
This commit is contained in:
parent
53354e7e9c
commit
0e37db4c7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154160
@ -79,7 +79,7 @@ ECLIPSE_ARCH= x86
|
||||
ECLIPSE_SWT= gtk
|
||||
.endif
|
||||
|
||||
.if (${BROWSER} == "firefox")
|
||||
.if (!defined(WITH_MOTIF) && ${BROWSER} == "firefox")
|
||||
BROKEN= Firefox integration doesn\'t work yet
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user