mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
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
|
PORTNAME= ghostview
|
||||||
PORTVERSION= 1.5
|
PORTVERSION= 1.5
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
MASTER_SITES= http://ftp.gnu.org/old-gnu/ghostview/ \
|
MASTER_SITES= http://ftp.gnu.org/old-gnu/ghostview/ \
|
||||||
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/ghostview/
|
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/ghostview/
|
||||||
|
@ -20,6 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USE_IMAKE= yes
|
USE_IMAKE= yes
|
||||||
USE_XORG= xbitmaps xaw
|
USE_XORG= xbitmaps xaw
|
||||||
|
USE_GHOSTSCRIPT_RUN= yes
|
||||||
MAKE_JOBS_SAFE= yes
|
MAKE_JOBS_SAFE= yes
|
||||||
|
|
||||||
MAN1= ghostview.1
|
MAN1= ghostview.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue