diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2017-02-22 21:06:57 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2017-02-22 21:06:57 +0000 |
commit | 3b06101bb5b5121a4d412f156cfa22a5c3b252a9 (patch) | |
tree | 2163097bef5b00b504c801ab6c395d9a1e15b7d6 /www/webalizer | |
parent | fd650bcd75b60584d1fe18f6e02ca069bc6ec788 (diff) | |
download | ports-3b06101bb5b5121a4d412f156cfa22a5c3b252a9.tar.gz ports-3b06101bb5b5121a4d412f156cfa22a5c3b252a9.zip |
Notes
Diffstat (limited to 'www/webalizer')
-rw-r--r-- | www/webalizer/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 54bd31d2ff1f..e28a09811863 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -65,6 +65,10 @@ IP_AS_HOSTNAME_CFLAGS= -DUSE_IP_AS_HOSTNAME .include <bsd.port.options.mk> +.if empty(PORT_OPTIONS:MBDB) && empty(PORT_OPTIONS:MBDB1) +OPTIONS_WRONG_RADIO= BDB BDB1 +.endif + .if ${PORT_OPTIONS:MGEODB} || ${PORT_OPTIONS:MGEOIP} || make(makesum) || defined(FETCH_ALL) DISTFILES+= webalizer-flags.tgz:main .endif |