diff options
author | jwise <jwise@pkgsrc.org> | 2000-05-31 21:37:20 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-05-31 21:37:20 +0000 |
commit | 3d6a92215efe9894cf0ceadbd5117fde8de6ddd7 (patch) | |
tree | a6eb8ccb5018338346c87d0909e8574ddd996d43 /textproc/xerces-j | |
parent | 1e2b53307d200a7b7c9d74ab2a5befc6ec68daa4 (diff) | |
download | pkgsrc-3d6a92215efe9894cf0ceadbd5117fde8de6ddd7.tar.gz |
conflict with xerces-j-current
Diffstat (limited to 'textproc/xerces-j')
-rw-r--r-- | textproc/xerces-j/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/xerces-j/Makefile b/textproc/xerces-j/Makefile index 622c3ff8855..6a1b00b347a 100644 --- a/textproc/xerces-j/Makefile +++ b/textproc/xerces-j/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/05/31 21:33:50 jwise Exp $ +# $NetBSD: Makefile,v 1.6 2000/05/31 21:37:20 jwise 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 @@ -12,6 +12,8 @@ MASTER_SITES= http://xml.apache.org/dist/xerces-j/ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://xml.apache.org/xerces-j/ +CONFLICTS= xerces-j-current-* + NO_PATCH= NO_CONFIGURE= NO_BUILD= |