diff options
author | linimon <linimon@FreeBSD.org> | 2007-12-12 15:01:15 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-12-12 15:01:15 +0800 |
commit | cff6a1295dc2f72c634cf33fa4d35eba82ff61f5 (patch) | |
tree | 9935ab565b5bc79c7e6aa0c3f635df97c8d9f876 /print/acrobatviewer | |
parent | 5d6b62d6fbcb2d0f16d3336efcf06a79b726ac56 (diff) | |
download | freebsd-ports-graphics-cff6a1295dc2f72c634cf33fa4d35eba82ff61f5.tar.gz freebsd-ports-graphics-cff6a1295dc2f72c634cf33fa4d35eba82ff61f5.tar.zst freebsd-ports-graphics-cff6a1295dc2f72c634cf33fa4d35eba82ff61f5.zip |
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
Diffstat (limited to 'print/acrobatviewer')
-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 0d023453472..99edbafcf05 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 |