summaryrefslogtreecommitdiff
path: root/textproc/xt/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-10-18 21:43:09 +0000
committerjlam <jlam@pkgsrc.org>2002-10-18 21:43:09 +0000
commit757c5baf8c9b50b38a32c1c51b3a8bb2324758a5 (patch)
tree24d6646c85b6a0c66d4b2db5a02ecec4a9819629 /textproc/xt/Makefile
parentd5391a8a348eb321410eace0d7ea88ffc13e9ee4 (diff)
downloadpkgsrc-757c5baf8c9b50b38a32c1c51b3a8bb2324758a5.tar.gz
Trivially use buildlink2 and use java.mk.
Diffstat (limited to 'textproc/xt/Makefile')
-rw-r--r--textproc/xt/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/xt/Makefile b/textproc/xt/Makefile
index 30ecf0fc9e7..9ad78c1028c 100644
--- a/textproc/xt/Makefile
+++ b/textproc/xt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2002/10/18 21:42:10 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2002/10/18 21:43:09 jlam Exp $
#
DISTNAME= xt
@@ -13,8 +13,9 @@ COMMENT= James Clark's Java implementation of XSLT
DEPENDS+= XP-[0-9]*:../../textproc/xp
-EXTRACT_ONLY=
+EXTRACT_ONLY= # empty
USE_JAVA= run
+USE_BUILDLINK2=
NO_PATCH=
NO_CONFIGURE=
NO_BUILD=
@@ -32,4 +33,5 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/java/xt
cd ${WRKDIR}/demo && ${PAX} -rwpp . ${PREFIX}/share/examples/java/xt
+.include "../../mk/java.mk"
.include "../../mk/bsd.pkg.mk"