diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-08-11 17:18:58 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-08-11 17:18:58 +0000 |
commit | a8a36b50b847afce20faeb009383fd480af62ebf (patch) | |
tree | 604809406e460e0ea0337ada71efe82243ff27ef /sysutils/conky-awesome | |
parent | 196d34848e7c81fe215fa79d56773f4dcebaa04a (diff) | |
download | ports-a8a36b50b847afce20faeb009383fd480af62ebf.tar.gz ports-a8a36b50b847afce20faeb009383fd480af62ebf.zip |
Notes
Diffstat (limited to 'sysutils/conky-awesome')
-rw-r--r-- | sysutils/conky-awesome/Makefile | 4 |
1 files changed, 4 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} " " |