diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile index f8b20fa485a8..495f2ce74562 100644 --- a/textproc/aiksaurus/Makefile +++ b/textproc/aiksaurus/Makefile @@ -1,19 +1,21 @@ PORTNAME= aiksaurus PORTVERSION= 1.2.1 PORTREVISION?= 3 CATEGORIES?= textproc MASTER_SITES= SF MAINTAINER?= gnome@FreeBSD.org COMMENT?= Set of libraries and applications which provide a thesaurus WWW= http://aiksaurus.sourceforge.net/ LICENSE= GPLv2 USES= gmake libtool pathfix pkgconfig USE_CSTD= gnu89 +USE_CXXSTD= c++14 USE_LDCONFIG= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS?=--without-gtk .include