wok diff apache-ant/receipt @ rev 5354

Fixed: apache by adding sed to build depends. libtool uses /usr/bin/sed.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 28 16:36:12 2010 +0000 (2010-04-28)
parents f0755d9e99ed
children 5fa932573324
line diff
     1.1 --- a/apache-ant/receipt	Mon Aug 10 12:29:28 2009 +0000
     1.2 +++ b/apache-ant/receipt	Wed Apr 28 16:36:12 2010 +0000
     1.3 @@ -5,7 +5,8 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="A Java-based build tool."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 -DEPENDS="java-jdk"
     1.8 +DEPENDS="jdk"
     1.9 +#DEPENDS="java-jdk"
    1.10  BUILD_DEPENDS=""
    1.11  SUGGESTED=""
    1.12  TARBALL="$PACKAGE-$VERSION-bin.tar.bz2"