diff options
| author | Greg Lewis <glewis@FreeBSD.org> | 2006-01-19 16:49:57 +0000 |
|---|---|---|
| committer | Greg Lewis <glewis@FreeBSD.org> | 2006-01-19 16:49:57 +0000 |
| commit | f51c3044c29af18f6d7a21b90add5824f2b22c1c (patch) | |
| tree | a6f5ae395a01df4afe381a0aeb7e3e85358137c4 /java | |
| parent | - Update to 0.234 (diff) | |
. 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>
Diffstat (limited to 'java')
| -rw-r--r-- | java/eclipse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 1d557ff50a08..665928d91108 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -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 |
