diff options
author | hrs <hrs@FreeBSD.org> | 2010-04-11 01:21:32 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2010-04-11 01:21:32 +0800 |
commit | e401648c5f59e9c3d4cb3f1f2b69377978fc1bed (patch) | |
tree | 599dc6b56aa096ea764cced52d01d129d0b30c44 /print/ghostscript8 | |
parent | ae7a09f059a753cfc55483559074029a74814fa3 (diff) | |
download | freebsd-ports-gnome-e401648c5f59e9c3d4cb3f1f2b69377978fc1bed.tar.gz freebsd-ports-gnome-e401648c5f59e9c3d4cb3f1f2b69377978fc1bed.tar.zst freebsd-ports-gnome-e401648c5f59e9c3d4cb3f1f2b69377978fc1bed.zip |
Fix "-sDEVICE=ijs -sIjsServer=hpijs" issue.
PR: ports/128787
Diffstat (limited to 'print/ghostscript8')
-rw-r--r-- | print/ghostscript8/Makefile | 1 | ||||
-rw-r--r-- | print/ghostscript8/files/patch-base-Makefile.in | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 6426bbfec29e..65016dedf5cf 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -7,6 +7,7 @@ PORTNAME= ghostscript8 PORTVERSION= 8.71 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://ghostscript.com/releases/:gs_srcs \ SF/ghostscript/files/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \ diff --git a/print/ghostscript8/files/patch-base-Makefile.in b/print/ghostscript8/files/patch-base-Makefile.in index aa8d8876e596..bc0e6f9f85c3 100644 --- a/print/ghostscript8/files/patch-base-Makefile.in +++ b/print/ghostscript8/files/patch-base-Makefile.in @@ -1,5 +1,5 @@ --- base/Makefile.in.orig 2009-12-18 16:04:10.000000000 +0900 -+++ base/Makefile.in 2010-03-02 06:21:50.000000000 +0900 ++++ base/Makefile.in 2010-04-11 00:55:04.000000000 +0900 @@ -47,9 +47,8 @@ # the directories also define the default search path for the # initialization files (gs_*.ps) and the fonts. @@ -68,7 +68,7 @@ #SYNC=posync #SYNC=nosync -SYNC=@SYNC@ -+SYNC=posync ++SYNC=nosync # programs we use RM=rm -f |