mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
o Use native JDK rather than linux-sun-jdk. [2] o Utilize WITH_MOZILLA. It provies to use mozilla or firefox. [2] o Fix some port's bugs. [2] o Add zip to BUILD_DEPENDS and fix build error without zip. [3] PR: ports/72990 [1], ports/72475 [2] Submitted by: Jeremy Faulkner <gldisater@gldis.ca> [1], [2] Pointed out by: pointy via kris [3]
15 lines
924 B
Text
15 lines
924 B
Text
--- assemble.org.eclipse.sdk.all.xml.orig Sun Oct 17 22:04:02 2004
|
|
+++ assemble.org.eclipse.sdk.all.xml Sun Oct 17 22:03:18 2004
|
|
@@ -19,6 +19,12 @@
|
|
<ant antfile="${customTargets}" target="assemble.org.eclipse.sdk.linux.motif.x86">
|
|
<property name="assembleScriptName" value="assemble.org.eclipse.sdk.linux.motif.x86.xml"/>
|
|
</ant>
|
|
+ <ant antfile="${customTargets}" target="assemble.org.eclipse.sdk.freebsd.gtk.x86">
|
|
+ <property name="assembleScriptName" value="assemble.org.eclipse.sdk.freebsd.gtk.x86.xml"/>
|
|
+ </ant>
|
|
+ <ant antfile="${customTargets}" target="assemble.org.eclipse.sdk.freebsd.motif.x86">
|
|
+ <property name="assembleScriptName" value="assemble.org.eclipse.sdk.freebsd.motif.x86.xml"/>
|
|
+ </ant>
|
|
<ant antfile="${customTargets}" target="assemble.org.eclipse.sdk.solaris.motif.sparc">
|
|
<property name="assembleScriptName" value="assemble.org.eclipse.sdk.solaris.motif.sparc.xml"/>
|
|
</ant>
|