View | Details | Raw Unified | Return to bug 160664
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 38-44 Link Here
38
37
39
.if defined(WITH_CUPS)
38
.if defined(WITH_CUPS)
40
CONFIGURE_ARGS+=--with-cups
39
CONFIGURE_ARGS+=--with-cups
41
LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-base
40
LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-client
42
.else
41
.else
43
CONFIGURE_ARGS+=--without-cups
42
CONFIGURE_ARGS+=--without-cups
44
.endif
43
.endif

Return to bug 160664