diff options
-rw-r--r-- | sysutils/conky-awesome/Makefile | 4 | ||||
-rw-r--r-- | sysutils/conky/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
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} " " |