diff options
author | abs <abs> | 2004-06-28 11:47:35 +0000 |
---|---|---|
committer | abs <abs> | 2004-06-28 11:47:35 +0000 |
commit | db465d7954e22c671914e226926a26d1b361f183 (patch) | |
tree | 8be68878533b42d6a5294df275519ee07c052546 /textproc | |
parent | 5870bee8e432414f0371332235740986db2b6cbe (diff) | |
download | pkgsrc-db465d7954e22c671914e226926a26d1b361f183.tar.gz |
Switch to buildlink3
Diffstat (limited to 'textproc')
-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 |