diff options
author | novel <novel@FreeBSD.org> | 2006-08-12 01:18:58 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-08-12 01:18:58 +0800 |
commit | 75383688dc418086765b4c91288cbc165768c93e (patch) | |
tree | 4751bd7e420db16e57bea59f1f61bee052ec83ad /sysutils/conky | |
parent | 6d95457303a0944cbbd2c86dce44bea5d1b9eaf7 (diff) | |
download | freebsd-ports-gnome-75383688dc418086765b4c91288cbc165768c93e.tar.gz freebsd-ports-gnome-75383688dc418086765b4c91288cbc165768c93e.tar.zst freebsd-ports-gnome-75383688dc418086765b4c91288cbc165768c93e.zip |
Add WITHOUT_SETI knob.
Diffstat (limited to 'sysutils/conky')
-rw-r--r-- | sysutils/conky/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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} " " |