From a8a36b50b847afce20faeb009383fd480af62ebf Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Fri, 11 Aug 2006 17:18:58 +0000 Subject: Add WITHOUT_SETI knob. --- sysutils/conky-awesome/Makefile | 4 ++++ sysutils/conky/Makefile | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/sysutils/conky-awesome/Makefile b/sysutils/conky-awesome/Makefile index bda0d86265e3..d36af48f57e1 100644 --- a/sysutils/conky-awesome/Makefile +++ b/sysutils/conky-awesome/Makefile @@ -60,6 +60,10 @@ CONFIGURE_ARGS+= --disable-mpd CONFIGURE_ARGS+= --disable-double-buffer .endif +.if defined(WITHOUT_SETI) +CONFIGURE_ARGS+= --disable-seti +.endif + pre-everything:: @${ECHO_MSG} "You may specify the following on the command line:" @${ECHO_MSG} " " diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile index bda0d86265e3..d36af48f57e1 100644 --- a/sysutils/conky/Makefile +++ b/sysutils/conky/Makefile @@ -60,6 +60,10 @@ CONFIGURE_ARGS+= --disable-mpd CONFIGURE_ARGS+= --disable-double-buffer .endif +.if defined(WITHOUT_SETI) +CONFIGURE_ARGS+= --disable-seti +.endif + pre-everything:: @${ECHO_MSG} "You may specify the following on the command line:" @${ECHO_MSG} " " -- cgit v1.2.3