diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-20 16:30:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-20 16:30:09 +0000 |
commit | b7eeb1b30d83e557cf2a24b7952efbea026c2779 (patch) | |
tree | 1b6cdba0063a7653636c9b822f9b7e586ca8a359 /print/epsonepl | |
parent | 77e590c67f5a83837d71c343ff30bbc332704534 (diff) |
Use the new ghostscript options.
Submitted by: linimon
Notes
Notes:
svn path=/head/; revision=98657
Diffstat (limited to 'print/epsonepl')
-rw-r--r-- | print/epsonepl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/epsonepl/Makefile b/print/epsonepl/Makefile index 93e1302dda0c..c77c056d815f 100644 --- a/print/epsonepl/Makefile +++ b/print/epsonepl/Makefile @@ -16,8 +16,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= corecode@corecode.ath.cx COMMENT= "Printer filter for EPSON EPL-5700L etc" +USE_GHOSTSCRIPT_RUN= yes + LIB_DEPENDS= ijs.1:${PORTSDIR}/print/libijs -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu MAKEFILE= ${FILESDIR}/Makefile |