diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2011-05-19 20:31:43 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2011-05-19 20:31:43 +0000 |
commit | f155c726fc493888539638a895b2d3dad7e7a9b0 (patch) | |
tree | 80ab7b7e139163737cfbfbed811b999f250f563a /print/xfce4-print | |
parent | 9b29aaa4d0fdc3cc832dc84a5ae8ddf65186f6a0 (diff) |
Notes
Diffstat (limited to 'print/xfce4-print')
-rw-r--r-- | print/xfce4-print/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile index 3a6a4fdefc45..517691a23d50 100644 --- a/print/xfce4-print/Makefile +++ b/print/xfce4-print/Makefile @@ -34,7 +34,7 @@ OPTIONS= LPR "Use lpr as printing system" on \ .if defined(WITH_CUPS) CONFIGURE_ARGS+=--enable-cups -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client PLIST_SUB+= CUPS="" .else CONFIGURE_ARGS+=--disable-cups |