diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2004-12-28 22:01:10 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2004-12-28 22:01:10 +0000 |
commit | e78961ca12c9e0fad18051d3e62c363309c5cf8e (patch) | |
tree | 8b4ffd1bedae1776ac8b76cd12049675944e05c7 /textproc/fop | |
parent | 5b58453c2702051ad9b43ee65ef68b26a28d0d98 (diff) |
Remove unneeded BUILD_DEPENDS on javavmwrapper (the port is NO_BUILD)
Reported by: kris via pointyhat
Notes
Notes:
svn path=/head/; revision=125382
Diffstat (limited to 'textproc/fop')
-rw-r--r-- | textproc/fop/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile index 07d513c9e228..76d469eb4014 100644 --- a/textproc/fop/Makefile +++ b/textproc/fop/Makefile @@ -15,8 +15,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= Print formatter driven by XSL formatting -BUILD_DEPENDS= java:${PORTSDIR}/java/javavmwrapper - WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} NO_BUILD= yes |