diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-03 15:54:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-03 15:54:29 +0000 |
commit | 4bb8eb15eb90266fbda844e96752560e10f91f4f (patch) | |
tree | ce2c52370d982c7455fe25700e51066fe4bdb94b /print/acrobatviewer | |
parent | 6c7bf2d5e2150f58993b4b8178f06d6ef892b5be (diff) |
- Convert unzip -a to USE_DOS2UNIX
PR: ports/146533
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
Notes
Notes:
svn path=/head/; revision=255662
Diffstat (limited to 'print/acrobatviewer')
-rw-r--r-- | print/acrobatviewer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/acrobatviewer/Makefile b/print/acrobatviewer/Makefile index daed98ab6a03..7e6e95677d0a 100644 --- a/print/acrobatviewer/Makefile +++ b/print/acrobatviewer/Makefile @@ -16,6 +16,7 @@ MASTER_SITES= ftp://ftp.adobe.com/pub/adobe/magic/acrobatviewer/unix/1.x/:1 \ MAINTAINER= ports@FreeBSD.org COMMENT= Viewer for the PDF files written in Java(TM) +#XXX need info-unzip for archive.zip USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.3+ |