diff options
author | sborrill <sborrill@pkgsrc.org> | 2010-06-03 12:53:47 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2010-06-03 12:53:47 +0000 |
commit | 34e94aa0df21f180f24d3dd6a990ff96c832d044 (patch) | |
tree | 2000110fa893710e9cbdc166773d5ebce16acbfc /comms/efax/Makefile | |
parent | 11b830659a9c51afef95e945ae96edf0b45803b1 (diff) | |
download | pkgsrc-34e94aa0df21f180f24d3dd6a990ff96c832d044.tar.gz |
Add -dMaxStripSize=0 to default ghostscript command line in efax.rc
configuration file so that efax continues to work with ghostscript 8.71 and
later (also tested backward compatibility with 8.63).
Bump PKGREVISION
Diffstat (limited to 'comms/efax/Makefile')
-rw-r--r-- | comms/efax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/efax/Makefile b/comms/efax/Makefile index 9afedfe5aeb..e99fb61edeb 100644 --- a/comms/efax/Makefile +++ b/comms/efax/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2010/01/29 16:14:29 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2010/06/03 12:53:47 sborrill Exp $ DISTNAME= efax-0.9 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/serialcomm/fax/} |