diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-05-17 04:44:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-05-17 04:44:41 +0000 |
commit | 63b60b5456c0c3f4ab76736666fd5f5c41cd7a4d (patch) | |
tree | ab4a904012fc005740e4a42ccf4881c7a0b95975 | |
parent | fb18f97b2c10c9e8b36018261f21977d9a6c176e (diff) |
- use cups-client
Notes
Notes:
svn path=/head/; revision=234050
-rw-r--r-- | print/xpp/Makefile | 3 |
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 |