openbsd-ports/geo/jeoip/patches/patch-build_xml
ian ca16b80b20 Unbreak systrace build; add GeoIP as REGRESS_DEPENDS and RUN_DEPENDS; split out
program's regress from its implicit use inside build to an explicit regress target.
Bump pkg.  Prodded by steven@, help from him & kurt@, "go ahead" steven@.
2006-12-16 21:16:21 +00:00

13 lines
498 B
Plaintext

$OpenBSD: patch-build_xml,v 1.1 2006/12/16 21:16:21 ian Exp $
--- build.xml.orig Sat Dec 16 13:14:25 2006
+++ build.xml Sat Dec 16 13:14:48 2006
@@ -61,7 +61,7 @@
<!-- - - - - - - - - - - - - - - - - -
target: docs: format API docs
- - - - - - - - - - - - - - - - - -->
- <target name="docs" depends="regress"
+ <target name="docs" depends="compile"
description="Format API docs">
<javadoc sourcepath="${src}" destdir="${build}/docs"
windowtitle="JeoIP - Lookup IPV4 by country"