1
0
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:
Andrey A. Chernov 2006-01-22 13:12:01 +00:00
parent 53354e7e9c
commit 0e37db4c7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154160

View File

@ -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