diff options
author | pav <pav@FreeBSD.org> | 2010-06-03 23:54:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-06-03 23:54:29 +0800 |
commit | 53f4b372e0b67aa39ec24b0473e3454201de1c92 (patch) | |
tree | fddadccc505dc31b17790691a28204f894c9d8af /print/acrobatviewer | |
parent | 37d148ed9c0d6a016f957b09a710ba200db77dae (diff) | |
download | freebsd-ports-gnome-53f4b372e0b67aa39ec24b0473e3454201de1c92.tar.gz freebsd-ports-gnome-53f4b372e0b67aa39ec24b0473e3454201de1c92.tar.zst freebsd-ports-gnome-53f4b372e0b67aa39ec24b0473e3454201de1c92.zip |
- Convert unzip -a to USE_DOS2UNIX
PR: ports/146533
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
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+ |