From ec28d10ad515c19d58fdc283c89f86e0ef7e1b9f Mon Sep 17 00:00:00 2001 From: alane Date: Wed, 29 Jan 2003 13:23:31 +0000 Subject: Add knob for turning off cups support. PR: 47627 Submitted by: Sergey A. Osokin --- x11-toolkits/qt33/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'x11-toolkits/qt33') diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index db810923bbe8..d91c8813cfad 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -21,8 +21,7 @@ MAINTAINER?= kde@FreeBSD.org LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - cups.2:${PORTSDIR}/print/cups-base + jpeg.9:${PORTSDIR}/graphics/jpeg USE_BZIP2= yes USE_GMAKE= yes @@ -54,7 +53,12 @@ PKGNAMESUFFIX= -xinerama XINERAMA= -no-xinerama .endif # defined(WITH_XINERAMA) +.if !defined(WITHOUT_CUPS) +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include +.else +CUPS= +.endif CONFIGURE_ENV= ${ECHO} yes | QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} \ -- cgit