diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /textproc/xerces-j | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'textproc/xerces-j')
-rw-r--r-- | textproc/xerces-j/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/xerces-j/Makefile b/textproc/xerces-j/Makefile index 2e46f38b3fb..7d1a23afbcf 100644 --- a/textproc/xerces-j/Makefile +++ b/textproc/xerces-j/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/06/28 17:28:57 abs Exp $ +# $NetBSD: Makefile,v 1.23 2005/04/11 21:47:43 tv Exp $ # # Note: we currently use the pre-built (-bin) distribution of Xerces-J, # because although Xerces runs fine under JDK 1.1, JDK 1.2 or greater is @@ -15,7 +15,6 @@ COMMENT= The Apache Project's validating XML parser with DOM and SAX support WRKSRC= ${WRKDIR}/xerces-1_2_0 USE_JAVA= run -USE_BUILDLINK3= YES NO_CONFIGURE= NO_BUILD= |