summaryrefslogtreecommitdiff
path: root/textproc/fop/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-10-18 21:24:55 +0000
committerjlam <jlam@pkgsrc.org>2002-10-18 21:24:55 +0000
commitbaebf7f3d4b9d2de52f39721c1168cdd0b6de057 (patch)
treecaf52a7b9a55cea7dfc90a3e6f68cbe1407e07a3 /textproc/fop/Makefile
parent9096d83d98314870d052e7468f37632343f34c2d (diff)
downloadpkgsrc-baebf7f3d4b9d2de52f39721c1168cdd0b6de057.tar.gz
Trivially use buildlink2 and use java.mk.
Diffstat (limited to 'textproc/fop/Makefile')
-rw-r--r--textproc/fop/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile
index f2739a52cfa..7325d781812 100644
--- a/textproc/fop/Makefile
+++ b/textproc/fop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2002/07/29 22:23:27 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2002/10/18 21:31:56 jlam Exp $
#
# Note: we currently use the pre-built (-bin) distribution of FOP,
# because although FOP runs fine under JDK 1.1, JDK 1.2 or greater is
@@ -22,6 +22,7 @@ HOMEPAGE= http://xml.apache.org/fop/
COMMENT= the Apache Project's XSL Formatting Objects implementation
USE_JAVA= run
+USE_BUILDLINK2=
NO_PATCH=
NO_CONFIGURE=
NO_BUILD=
@@ -36,4 +37,5 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/java/fop
cd ${WRKSRC}/docs && ${PAX} -rwpp . ${PREFIX}/share/doc/java/fop
+.include "../../mk/java.mk"
.include "../../mk/bsd.pkg.mk"