Needs a c++11 compiler

This commit is contained in:
jca 2018-01-19 17:11:35 +00:00
parent f8274a2451
commit d9d834211e

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2017/11/01 17:01:23 jeremy Exp $
# $OpenBSD: Makefile,v 1.29 2018/01/19 17:11:35 jca Exp $
COMMENT= flexible and small GTK+ editor
@ -19,6 +19,9 @@ WANTLIB += pango-1.0 pangocairo-1.0 pthread scintilla scintilla_lexers ${COMPILE
MASTER_SITES= http://www.scintilla.org/
EXTRACT_SUFX= .tgz
# c++11
COMPILER= base-clang ports-clang ports-gcc
LIB_DEPENDS= x11/gtk+3 \
editors/scintilla