FreeBSD Bugzilla – Attachment 33559 Details for
Bug 54922
[PATCH] comms/tkhylafax: enable choose of ghostscript interpreter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-ghostscript-afp1
patch-ghostscript-afp1 (text/plain), 760 bytes, created by
Jens Rehsack
on 2003-07-27 20:50:21 UTC
(
hide
)
Description:
patch-ghostscript-afp1
Filename:
MIME Type:
Creator:
Jens Rehsack
Created:
2003-07-27 20:50:21 UTC
Size:
760 bytes
patch
obsolete
>Index: comms/tkhylafax/Makefile >=================================================================== >diff -u comms/tkhylafax/Makefile.orig comms/tkhylafax/Makefile >--- comms/tkhylafax/Makefile.orig Sun Jul 27 12:19:10 2003 >+++ comms/tkhylafax/Makefile Sun Jul 27 12:21:21 2003 >@@ -14,9 +14,15 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= A tcl/tk interface to Sam Leffler's fax package > >+.if defined(WITH_GHOSTSCRIPT_AFP1) && ${WITH_GHOSTSCRIPT_AFP1} == yes >+GSPORT?= print/ghostscript-afp1 >+.else >+GSPORT?= print/ghostscript-gnu >+.endif >+ > RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \ > sendfax:${PORTSDIR}/comms/hylafax \ >- gs:${PORTSDIR}/print/ghostscript-gnu \ >+ gs:${PORTSDIR}/${GSPORT} \ > gv:${PORTSDIR}/print/gv > > WRKSRC= ${WRKDIR}/tkhylafax
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 54922
: 33559 |
33560