mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01: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]
13 lines
445 B
Text
13 lines
445 B
Text
--- features/org.eclipse.jdt.source/build.xml.orig Sun Oct 17 22:12:02 2004
|
|
+++ features/org.eclipse.jdt.source/build.xml Sun Oct 17 22:13:55 2004
|
|
@@ -94,6 +94,10 @@
|
|
</target>
|
|
<target name="rootFileslinux_motif_x86">
|
|
</target>
|
|
+ <target name="rootFilesfreebsd_motif_x86">
|
|
+ </target>
|
|
+ <target name="rootFilesfreebsd_gtk_x86">
|
|
+ </target>
|
|
<target name="rootFilessolaris_motif_sparc">
|
|
</target>
|
|
<target name="rootFilesaix_motif_ppc">
|