diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-04-24 04:13:09 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-04-24 04:13:09 +0000 |
commit | 5f8eb67e3760459c0834c08f36d9e502d3388e3a (patch) | |
tree | b0094c17ab958c91c23c0e89d3bb437c5adf6982 /print/lpr-wrapper | |
parent | f120146efca21d87a92160f983f2576d223f88fe (diff) | |
download | ports-5f8eb67e3760459c0834c08f36d9e502d3388e3a.tar.gz ports-5f8eb67e3760459c0834c08f36d9e502d3388e3a.zip |
Notes
Diffstat (limited to 'print/lpr-wrapper')
-rw-r--r-- | print/lpr-wrapper/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/print/lpr-wrapper/Makefile b/print/lpr-wrapper/Makefile index a03e702657d8..5be5c785b464 100644 --- a/print/lpr-wrapper/Makefile +++ b/print/lpr-wrapper/Makefile @@ -7,7 +7,7 @@ PORTNAME= lpr-wrapper PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= http://www.mathstat.dal.ca/~selinger/lpr-wrapper/download/ @@ -23,11 +23,7 @@ RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash RUN_DEPENDS+= ppdfilt:${PORTSDIR}/print/libppd RUN_DEPENDS+= psdim:${PORTSDIR}/print/psdim RUN_DEPENDS+= mpage:${PORTSDIR}/print/mpage -.if defined(A4) -RUN_DEPENDS+= pstops:${PORTSDIR}/print/psutils-a4 -.else -RUN_DEPENDS+= pstops:${PORTSDIR}/print/psutils-letter -.endif +RUN_DEPENDS+= pstops:${PORTSDIR}/print/psutils PLIST_FILES= bin/lpr-wrapper bin/lpr-wrapper-cups bin/lpr-wrapper-features |