diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-07-31 18:40:03 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-07-31 18:40:03 +0000 |
commit | dcaccdf6855dbaba78e0321dd8c014449c1c4889 (patch) | |
tree | cff379e7bd2b55c9efd5d7b877d27e71c2c84657 /print | |
parent | 007e3c3cdc5be7b45b7d073be40744d9c9eff73d (diff) | |
download | ports-dcaccdf6855dbaba78e0321dd8c014449c1c4889.tar.gz ports-dcaccdf6855dbaba78e0321dd8c014449c1c4889.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-lpr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/cups-lpr/Makefile b/print/cups-lpr/Makefile index 656987db9019..b5857b6a8ece 100644 --- a/print/cups-lpr/Makefile +++ b/print/cups-lpr/Makefile @@ -7,11 +7,13 @@ PORTNAME= cups-lpr PORTVERSION= ${CUPS_PORTVER} +PORTREVISION= 1 CATEGORIES?= print MAINTAINER= jah4007@cs.rit.edu -LIB_DEPENDS?= cups.2:${.CURDIR}/../../print/cups-base +LIB_DEPENDS= cups.2:${.CURDIR}/../../print/cups-base +RUN_DEPENDS= espgs:${.CURDIR}/../../print/cups-pstoraster MAN1= lp.1 lpoptions.1 lpq.1 lpr.1 lprm.1 lpstat.1 \ lppasswd.1 |