diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-05-17 12:44:41 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-05-17 12:44:41 +0800 |
commit | 1488bff1e971d2aad9f4e2a1c6ce088283d80aea (patch) | |
tree | 5f4f2814d306f5e536c10f8fbb077dcf05c780fb | |
parent | c2663b7758952b3882bf224fc4cf2d31538fefb7 (diff) | |
download | freebsd-ports-gnome-1488bff1e971d2aad9f4e2a1c6ce088283d80aea.tar.gz freebsd-ports-gnome-1488bff1e971d2aad9f4e2a1c6ce088283d80aea.tar.zst freebsd-ports-gnome-1488bff1e971d2aad9f4e2a1c6ce088283d80aea.zip |
- use cups-client
-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 |