1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- bail out if not database is selected

This commit is contained in:
Dirk Meyer 2017-02-22 21:06:57 +00:00
parent fd650bcd75
commit 3b06101bb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434642

View File

@ -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