diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-12-06 09:39:28 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-12-06 09:39:28 +0000 |
commit | 27e3ffc8097cb75f2449972d9c4bb5d0c4297f46 (patch) | |
tree | a0848d72ff969456dfcce986e20679379855bd8e /print/cups/Makefile | |
parent | 22ce8ee2da7dfc68566dc89b3909097facf072a5 (diff) |
Notes
Diffstat (limited to 'print/cups/Makefile')
-rw-r--r-- | print/cups/Makefile | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index c75e2117f035..73be38a2dfcd 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -8,26 +8,21 @@ # PORTNAME= cups -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.7 CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty -EXTRACT_ONLY= # empty MAINTAINER= asa@agava.com -COMMENT= The Common UNIX Printing System: Metaport to install complete system +COMMENT= Common UNIX Printing System: Metaport to install complete system +RUN_DEPENDS= espgs:${PORTSDIR}/print/cups-pstoraster \ + cupsd:${PORTSDIR}/print/cups-base .if make(package) DEPENDS_TARGET="package" .endif # make(package) -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base -RUN_DEPENDS+= espgs:${PORTSDIR}/print/cups-pstoraster - -NO_BUILD= true - -do-build: - -do-install: +NO_BUILD= yes +do-install: # empty .include <bsd.port.mk> |