summaryrefslogtreecommitdiff
path: root/finance/venice
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-03-30 03:08:24 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-03-30 03:08:24 +0000
commitcfe9fcf40989754e907903a4693d1453af24873d (patch)
tree384b909b0d4705f6e95d8f76c897aec2db67aad3 /finance/venice
parent- unbreak BROKEN (diff)
o Add patch forgotten when port was updated to 0.5alpha
o No PORTREVISION bump since the port just would not build Approved by: portmgr (marcus implicitly) Prompted by: Adam McLaurin <freebsd@irotas.net>
Notes
Notes: svn path=/head/; revision=132120
Diffstat (limited to 'finance/venice')
-rw-r--r--finance/venice/files/patch-build::build.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/finance/venice/files/patch-build::build.xml b/finance/venice/files/patch-build::build.xml
new file mode 100644
index 000000000000..1b0d70d1f44d
--- /dev/null
+++ b/finance/venice/files/patch-build::build.xml
@@ -0,0 +1,13 @@
+--- build/build.xml.orig Tue Mar 29 23:57:53 2005
++++ build/build.xml Tue Mar 29 23:59:21 2005
+@@ -49,7 +49,9 @@
+ optimize="on"
+ source="1.4"
+ includes="**/*.java"
+- excludes="org/mov/tools/*"/>
++ excludes="org/mov/tools/*">
++ <classpath path="%%CLASSPATH%%"/>
++ </javac>
+ </target>
+
+ <!-- Remove all built files -->