aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-05-17 04:44:41 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-05-17 04:44:41 +0000
commit63b60b5456c0c3f4ab76736666fd5f5c41cd7a4d (patch)
treeab4a904012fc005740e4a42ccf4881c7a0b95975 /print
parentfb18f97b2c10c9e8b36018261f21977d9a6c176e (diff)
downloadports-63b60b5456c0c3f4ab76736666fd5f5c41cd7a4d.tar.gz
ports-63b60b5456c0c3f4ab76736666fd5f5c41cd7a4d.zip
- use cups-client
Notes
Notes: svn path=/head/; revision=234050
Diffstat (limited to 'print')
-rw-r--r--print/xpp/Makefile3
1 files changed, 2 insertions, 1 deletions
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