diff options
author | alane <alane@FreeBSD.org> | 2002-08-18 17:37:01 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-08-18 17:37:01 +0000 |
commit | 6f5a704a81e12163837b4434bd5b1236042e7c6f (patch) | |
tree | 2c13ac4a93cbebe92afdf78052b9b71f0f31ba2e /print/cups | |
parent | fd45c78d19bf1490beffd403d8ee6ba061f05c55 (diff) | |
download | FreeBSD-ports-6f5a704a81e12163837b4434bd5b1236042e7c6f.zip FreeBSD-ports-6f5a704a81e12163837b4434bd5b1236042e7c6f.tar.gz |
Changed maintainer to ports@geeksrus.net with blessing of previous maintainer.
Thanks, jah4007@cs.rit.edu.
Added cups-pstoraster to RUN_DEPENDS for metaport (print/cups).
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 39cfdde..d41071d 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -12,10 +12,11 @@ MASTER_SITES= # empty DISTFILES= # none EXTRACT_ONLY= # empty -MAINTAINER= jah4007@cs.rit.edu +MAINTAINER= ports@geeksrus.net LIB_DEPENDS?= cups.2:${.CURDIR}/../../print/cups-base -RUN_DEPENDS?= ${LOCALBASE}/sbin/cupsaddsmb:${.CURDIR}/../../print/cups-lpr +RUN_DEPENDS?= espgs:${.CURDIR}/../../print/cups-pstoraster \ + ${LOCALBASE}/sbin/cupsaddsmb:${.CURDIR}/../../print/cups-lpr NO_BUILD= true do-install: # empty |