diff options
author | jlam <jlam> | 2002-10-18 21:24:55 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-10-18 21:24:55 +0000 |
commit | a67ab513c39a4db7d79b8843c6c5924f4b621637 (patch) | |
tree | caf52a7b9a55cea7dfc90a3e6f68cbe1407e07a3 /textproc/fop/Makefile | |
parent | e12bfa5f05193dff4fbfb604ef15e70410130861 (diff) | |
download | pkgsrc-a67ab513c39a4db7d79b8843c6c5924f4b621637.tar.gz |
Trivially use buildlink2 and use java.mk.
Diffstat (limited to 'textproc/fop/Makefile')
-rw-r--r-- | textproc/fop/Makefile | 4 |
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" |