diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2008-02-07 23:04:56 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2008-02-07 23:04:56 +0000 |
commit | 6ffc5019d4163fa96d11c6613bca2e212317ca10 (patch) | |
tree | 2d347baa1ed607544e7c75681784234485c9ef2f /print/acrobatviewer | |
parent | 3d8836a0460ded9e44b2509e46412cc0451abd9d (diff) |
. Make Java an EXTRACT_DEPENDS since we use it in post-extract.
Pointed out by: pointyhat (via erwin)
Notes
Notes:
svn path=/head/; revision=206871
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 83b2153cb761..daed98ab6a03 100644 --- a/print/acrobatviewer/Makefile +++ b/print/acrobatviewer/Makefile @@ -19,6 +19,7 @@ COMMENT= Viewer for the PDF files written in Java(TM) USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.3+ +JAVA_EXTRACT= yes NO_BUILD= yes SUB_FILES+= AcrobatViewer SUB_LIST+= PORTNAME=${PORTNAME} |