diff options
author | tv <tv@pkgsrc.org> | 2006-04-26 15:02:19 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-04-26 15:02:19 +0000 |
commit | 520c2adc7af7f024c8fed6b0ce3ff5bc77d3a33a (patch) | |
tree | abaf9cedf765ac89dd06e2805397802db5ab29dc /devel | |
parent | 5aef9e873b3382e344fe331cc0df1002d1ccbda8 (diff) | |
download | pkgsrc-520c2adc7af7f024c8fed6b0ce3ff5bc77d3a33a.tar.gz |
Ant hasn't depended on crimson in a very long time -- it has a built-in
Xerces copy in the distribution. Remove DEPENDS and bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/apache-ant/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile index 4e7d33353ad..dcbaf88db7f 100644 --- a/devel/apache-ant/Makefile +++ b/devel/apache-ant/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/02/05 23:08:39 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2006/04/26 15:02:19 tv Exp $ # # NOTE: if you are depending on ant from another package, please be aware that # the ant team has CHANGED the version numbering scheme. A previous version @@ -6,7 +6,7 @@ # up this version by mistake. DISTNAME= apache-ant-1.6.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel java MASTER_SITES= ${MASTER_SITE_APACHE:=ant/binaries/} EXTRACT_SUFX= .tar.bz2 @@ -16,8 +16,6 @@ MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://ant.apache.org/ COMMENT= "Apache Project's Java-Based make(1) replacement" -DEPENDS+= crimson>=1.1.3:../../textproc/crimson - # Up to version 1.5.1 inclusive this was known as "jakarta-ant". CONFLICTS= jakarta-ant* |