diff options
author | lioux <lioux@FreeBSD.org> | 2005-03-30 03:08:24 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-03-30 03:08:24 +0000 |
commit | ba6a2db9cfe76760786895252b8a688c09bb2aec (patch) | |
tree | 335b2103e06d33b5b3eca48ed8d42d82bfc5d63b /finance | |
parent | 557dffc376a961ff551adef967b14e018fa983d9 (diff) | |
download | FreeBSD-ports-ba6a2db9cfe76760786895252b8a688c09bb2aec.zip FreeBSD-ports-ba6a2db9cfe76760786895252b8a688c09bb2aec.tar.gz |
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>
Diffstat (limited to 'finance')
-rw-r--r-- | finance/venice/files/patch-build::build.xml | 13 |
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 0000000..1b0d70d --- /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 --> |