From 1488bff1e971d2aad9f4e2a1c6ce088283d80aea Mon Sep 17 00:00:00 2001 From: dinoex Date: Sun, 17 May 2009 04:44:41 +0000 Subject: - use cups-client --- print/xpp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print/xpp/Makefile b/print/xpp/Makefile index fe53551782f6..38be90a4f008 100644 --- a/print/xpp/Makefile +++ b/print/xpp/Makefile @@ -16,8 +16,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= X11-based printer manager for CUPS -LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base \ +LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-client \ fltk.1:${PORTSDIR}/x11-toolkits/fltk +BUILD_DEPENDS= cupsd:${PORTSDIR}/print/cups-base USE_BZIP2= yes USE_GMAKE= yes -- cgit