Add missing run dependency on ghostscript
PR: ports/167311 Reported by: grarpamp <grarpamp@gmail.com>
This commit is contained in:
parent
f86a87c735
commit
c7bdc26254
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295644
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= ghostview
|
||||
PORTVERSION= 1.5
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://ftp.gnu.org/old-gnu/ghostview/ \
|
||||
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/ghostview/
|
||||
|
@ -20,6 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
USE_IMAKE= yes
|
||||
USE_XORG= xbitmaps xaw
|
||||
USE_GHOSTSCRIPT_RUN= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAN1= ghostview.1
|
||||
|
|
Loading…
Reference in a new issue