diff options
Diffstat (limited to 'print/lpr-wrapper/Makefile')
-rw-r--r-- | print/lpr-wrapper/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/lpr-wrapper/Makefile b/print/lpr-wrapper/Makefile index a7209e95d843..abdfd8862791 100644 --- a/print/lpr-wrapper/Makefile +++ b/print/lpr-wrapper/Makefile @@ -10,11 +10,11 @@ MASTER_SITES= http://www.mathstat.dal.ca/~selinger/lpr-wrapper/download/ MAINTAINER= ports@FreeBSD.org COMMENT= User level printer frontend -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - ppdfilt:${PORTSDIR}/print/libppd \ - psdim:${PORTSDIR}/print/psdim \ - mpage:${PORTSDIR}/print/mpage \ - pstops:${PORTSDIR}/print/psutils +RUN_DEPENDS= bash:shells/bash \ + ppdfilt:print/libppd \ + psdim:print/psdim \ + mpage:print/mpage \ + pstops:print/psutils USES= ghostscript:run shebangfix SHEBANG_FILES= lpr-wrapper.in lpr-wrapper-cups.in lpr-wrapper-features |