diff options
Diffstat (limited to 'print/xfce4-print/Makefile')
-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 |