diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-12-12 07:01:15 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-12-12 07:01:15 +0000 |
commit | fea68da846a141e2b8774871332a0828afc7c18a (patch) | |
tree | f9fc91b27c9eb114f70f7ab099391345832adc0f | |
parent | - Update to version 0.75 (diff) |
Depending on javavmwrapper should be enough, rather than also depending
on the antique JRE for Java 1.1. I'll investigate how it works with
the other JREs.
Pointy hat to: self
Notes
Notes:
svn path=/head/; revision=203194
-rw-r--r-- | print/acrobatviewer/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/acrobatviewer/Makefile b/print/acrobatviewer/Makefile index 0d0234534720..99edbafcf050 100644 --- a/print/acrobatviewer/Makefile +++ b/print/acrobatviewer/Makefile @@ -16,8 +16,9 @@ EXTRACT_SUFX= MAINTAINER= ports@FreeBSD.org COMMENT= Viewer for the PDF files written in Java(TM) -RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper \ - ${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jre +#RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper \ +# ${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jre +RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper USE_ZIP= yes USE_XLIB= yes |