diff options
author | abs <abs@pkgsrc.org> | 2004-06-28 11:47:35 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-06-28 11:47:35 +0000 |
commit | 22f500a8fb8d174cd5baf612d6c964bb461ed0d1 (patch) | |
tree | 8be68878533b42d6a5294df275519ee07c052546 /textproc/crimson/Makefile | |
parent | f3dfae072657436286ba2b9cbbe2ff7b29734764 (diff) | |
download | pkgsrc-22f500a8fb8d174cd5baf612d6c964bb461ed0d1.tar.gz |
Switch to buildlink3
Diffstat (limited to 'textproc/crimson/Makefile')
-rw-r--r-- | textproc/crimson/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/crimson/Makefile b/textproc/crimson/Makefile index 5abddfe25d8..edba4e65af0 100644 --- a/textproc/crimson/Makefile +++ b/textproc/crimson/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/03/30 18:32:33 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2004/06/28 11:51:01 abs Exp $ # # We use the binary distribution of crimson because otherwise we # have a bootstrap-loop between apache-ant and crimson, each of which @@ -15,7 +15,7 @@ COMMENT= Apache.org implementation of JAXP, SAX, and DOM WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_JAVA= run -USE_BUILDLINK2= # defined +USE_BUILDLINK3= # defined NO_CONFIGURE= # defined NO_BUILD= # defined |