aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript6
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2001-02-28 06:51:00 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2001-02-28 06:51:00 +0000
commit78b3d8049479ec6eae62da3b25465035de38e1f7 (patch)
treeac8239b002a22a35979b69407ee8c2babf3fdc6e /print/ghostscript6
parentc4954499d4bfdd218639ab66e101199878fafa92 (diff)
downloadports-78b3d8049479ec6eae62da3b25465035de38e1f7.tar.gz
ports-78b3d8049479ec6eae62da3b25465035de38e1f7.zip
Notes
Diffstat (limited to 'print/ghostscript6')
-rw-r--r--print/ghostscript6/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/ghostscript6/Makefile b/print/ghostscript6/Makefile
index 1548a0e269a3..9aa8129cb63b 100644
--- a/print/ghostscript6/Makefile
+++ b/print/ghostscript6/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ghostscript
PORTVERSION= 6.50
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= print
MASTER_SITES= ftp://ftp.fh-koblenz.de/pub/Ghostscript/aladdin/gs650/ \
ftp://ftp.fh-koblenz.de/pub/Ghostscript/aladdin/fonts/ \
@@ -115,6 +115,8 @@ DECRYPT_PDF= pdf_sec.ps
CFLAGS+= -DA4
.endif
+CFLAGS+= -DUPD_SIGNAL=0
+
pre-fetch:
.if !defined(A4)
@${ECHO_MSG} "Type \"make A4=yes\" if you want -DA4 for compilation."