diff options
author | alane <alane@FreeBSD.org> | 2002-07-31 18:40:03 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-07-31 18:40:03 +0000 |
commit | 231f8814a000d493f8d1a78300d070dfce8d102a (patch) | |
tree | 80c371ec3a88042aefbcb0954c8b36cbadd89dd2 /print | |
parent | 515a84870ce05e8e8c34d45f6ef06b57ef933416 (diff) | |
download | FreeBSD-ports-231f8814a000d493f8d1a78300d070dfce8d102a.zip FreeBSD-ports-231f8814a000d493f8d1a78300d070dfce8d102a.tar.gz |
1. Make cups-pstoraster a dependency. This will help ensure that anyone who
is actually using cups gets it.
2. Bump PORTREVISION because of the added dependency, so a new package will
get installed.
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 656987d..b5857b6 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 |