mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
. Make sure the mozilla library is built unless WITHOUT_MOZILLA is
explicitly specified. Fixes a problem with the internal browser widget not being available. PR: 91305 Submitted by: Panagiotis Astithas <past@ebs.gr>
This commit is contained in:
parent
2c4c5fc306
commit
f51c3044c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153884
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= eclipse
|
||||
PORTVERSION= 3.1.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= ${MASTER_SITE_ECLIPSE}
|
||||
MASTER_SITE_SUBDIR= R-${PORTVERSION}-200509290840
|
||||
|
@ -44,9 +44,9 @@ USE_MOTIF= yes
|
|||
.else
|
||||
ECLIPSE_WS= gtk
|
||||
.if !defined(WITHOUT_MOZILLA)
|
||||
MAKE_MOZILLA= make_mozilla
|
||||
.if defined(WITH_MOZILLA) && ${WITH_MOZILLA} != "mozilla"
|
||||
BROWSER= ${WITH_MOZILLA}
|
||||
MAKE_MOZILLA= make_mozilla
|
||||
BUILD_DEPENDS+= ${BROWSER}:${PORTSDIR}/www/${BROWSER}
|
||||
.else
|
||||
BUILD_DEPENDS+= mozilla:${PORTSDIR}/www/mozilla
|
||||
|
|
Loading…
Add table
Reference in a new issue