svn commit: r434642 - head/www/webalizer

Dirk Meyer dinoex at FreeBSD.org
Wed Feb 22 21:06:58 UTC 2017


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


More information about the svn-ports-all mailing list