diff --git a/devel/gperf/Makefile b/devel/gperf/Makefile index 4ebd8ede2fd3..ee3509a5455f 100644 --- a/devel/gperf/Makefile +++ b/devel/gperf/Makefile @@ -1,24 +1,26 @@ PORTNAME= gperf PORTVERSION= 3.1 CATEGORIES= devel MASTER_SITES= GNU MAINTAINER= dinoex@FreeBSD.org COMMENT= Generates perfect hash functions for sets of keywords WWW= https://www.gnu.org/software/gperf/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= ace+tao MAKE_JOBS_UNSAFE= yes USES= cpe +USE_CSTD= gnu99 +USE_CXXSTD= gnu++98 CPE_VENDOR= ${CPE_PRODUCT}_project CPE_PRODUCT= ${PORTNAME}tools GNU_CONFIGURE= yes CONFIGURE_ARGS+= --docdir=${DOCSDIR} INFO= gperf TEST_TARGET= check .include