From ffb831135d8c8e907adeb5932b346ae5d5df00af Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 5 Sep 2017 14:34:08 +0000 Subject: [PATCH] +universal-ctags,iconv We want to build FLAVORS by default to be able to detect eventual breakage (universal-ctags is currently broken anyway) --- devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/Makefile b/devel/Makefile index d4180b3f493..70d4416c45c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1642 2017/08/31 06:19:57 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.1643 2017/09/05 14:34:08 ajacoutot Exp $ SUBDIR = SUBDIR += ElectricFence @@ -1755,6 +1755,7 @@ SUBDIR += udis86 SUBDIR += unibilium SUBDIR += universal-ctags + SUBDIR += universal-ctags,iconv SUBDIR += utfcpp SUBDIR += uthash SUBDIR += uuid