diff options
author | pawel <pawel@FreeBSD.org> | 2012-04-28 16:26:20 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-04-28 16:26:20 +0800 |
commit | d99fc79238b4f96ef62c8e59447892d83a3d08b0 (patch) | |
tree | 209ef663f65c8f459c0e934d58fc9293f9d33060 /print/ghostview | |
parent | 45a35326d20bd85029c147368443b4a2bf4bacf9 (diff) | |
download | freebsd-ports-gnome-d99fc79238b4f96ef62c8e59447892d83a3d08b0.tar.gz freebsd-ports-gnome-d99fc79238b4f96ef62c8e59447892d83a3d08b0.tar.zst freebsd-ports-gnome-d99fc79238b4f96ef62c8e59447892d83a3d08b0.zip |
Add missing run dependency on ghostscript
PR: ports/167311
Reported by: grarpamp <grarpamp@gmail.com>
Diffstat (limited to 'print/ghostview')
-rw-r--r-- | print/ghostview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ghostview/Makefile b/print/ghostview/Makefile index 7ac8284b0ccd..82a6d716aac2 100644 --- a/print/ghostview/Makefile +++ b/print/ghostview/Makefile @@ -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 |