From 05255e2af0e6cd5faa2ede1e372f488d03465396 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 11 Dec 2007 20:44:10 +0000 Subject: [PATCH] - fix package PR: 117779 - update to 1.3.4 --- print/cups/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print/cups/Makefile b/print/cups/Makefile index 39010f82fb22..b880c1c7533e 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -8,7 +8,7 @@ # PORTNAME= cups -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty @@ -18,6 +18,7 @@ COMMENT= Common UNIX Printing System: Metaport to install complete system BUILD_DEPENDS= espgs:${PORTSDIR}/${PKGCATEGORY}/cups-pstoraster \ cupsd:${PORTSDIR}/${PKGCATEGORY}/cups-base +RUN_DEPENDS= ${BUILD_DEPENDS} NO_BUILD= yes NO_INSTALL= yes