summaryrefslogtreecommitdiff
path: root/textproc/xerces-j/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2002-12-26 20:52:09 +0000
committerjlam <jlam>2002-12-26 20:52:09 +0000
commitb181c56dd7c5bea91fbe6f00aa5eda846e62b566 (patch)
tree7f8b05adbe7dad580a64b85ce74353da1a780d64 /textproc/xerces-j/Makefile
parent9ead8becb9470c23824b0c93773aeb0b5537c39f (diff)
downloadpkgsrc-b181c56dd7c5bea91fbe6f00aa5eda846e62b566.tar.gz
Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files as
suggested by Simon J. Gerraty.
Diffstat (limited to 'textproc/xerces-j/Makefile')
-rw-r--r--textproc/xerces-j/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xerces-j/Makefile b/textproc/xerces-j/Makefile
index 6c1b627bf72..c4ba79a4085 100644
--- a/textproc/xerces-j/Makefile
+++ b/textproc/xerces-j/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2002/10/18 21:36:53 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2002/12/26 20:52:13 jlam 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
@@ -30,5 +30,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/xercesSamples.jar ${PREFIX}/share/examples/java/xerces
cd ${WRKSRC}/data && ${PAX} -rwpp . ${PREFIX}/share/examples/java/xerces
-.include "../../mk/java.mk"
+.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"