Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2017 21:06:57 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434642 - head/www/webalizer
Message-ID:  <201702222106.v1ML6vAf073257@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Wed Feb 22 21:06:57 2017
New Revision: 434642
URL: https://svnweb.freebsd.org/changeset/ports/434642

Log:
  - bail out if not database is selected

Modified:
  head/www/webalizer/Makefile

Modified: head/www/webalizer/Makefile
==============================================================================
--- head/www/webalizer/Makefile	Wed Feb 22 20:58:38 2017	(r434641)
+++ head/www/webalizer/Makefile	Wed Feb 22 21:06:57 2017	(r434642)
@@ -65,6 +65,10 @@ IP_AS_HOSTNAME_CFLAGS=		-DUSE_IP_AS_HOST
 
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702222106.v1ML6vAf073257>