freebsd-ports/net-p2p/i2p/files/patch-apps__jetty__build.xml
Mario Sergio Fujikawa Ferreira db71196212 o BUILD_DEPENDS on www/jetty instead of fetching/building it on its
own for every build. Incidently, it gives i2p an updated jetty
  release.
o Bump PORTREVISION since it now uses an updated jetty release
2006-04-21 20:09:35 +00:00

11 lines
444 B
XML

--- apps/jetty/build.xml.orig Fri Apr 21 15:31:49 2006
+++ apps/jetty/build.xml Fri Apr 21 15:32:09 2006
@@ -37,7 +37,7 @@
<copy file="jetty-5.1.6/ext/commons-logging-api.jar" tofile="jettylib/commons-logging.jar" />
<delete dir="jetty-5.1.6" />
</target>
- <target name="build" depends="fetchJettylib" />
+ <target name="build" />
<target name="builddep" />
<target name="compile" />
<target name="jar" />