Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/net/bind914/Attic/options.mk,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/net/bind914/Attic/options.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- pkgsrc/net/bind914/Attic/options.mk 2019/06/14 16:14:05 1.2 +++ pkgsrc/net/bind914/Attic/options.mk 2019/11/03 11:45:30 1.3 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2019/06/14 16:14:05 taca Exp $ +# $NetBSD: options.mk,v 1.3 2019/11/03 11:45:30 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.bind914 PKG_SUPPORTED_OPTIONS= bind-dig-sigchase bind-xml-statistics-server @@ -23,9 +23,9 @@ PKG_SUGGESTED_OPTIONS+= threads .endif .if ${OPSYS} == "NetBSD" -.if !empty(OS_VERSION:M[8-9].*) +. if !empty(OS_VERSION:M[8-9].*) PKG_SUGGESTED_OPTIONS+= blacklist -.endif +. endif .endif .include "../../mk/bsd.options.mk"