summaryrefslogtreecommitdiff
path: root/devel/gperf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gperf/Makefile')
-rw-r--r--devel/gperf/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/devel/gperf/Makefile b/devel/gperf/Makefile
index 61816d844318..6c87f53154cc 100644
--- a/devel/gperf/Makefile
+++ b/devel/gperf/Makefile
@@ -1,6 +1,5 @@
PORTNAME= gperf
-PORTVERSION= 3.2.1
-PORTREVISION= 1
+DISTVERSION= 3.3
CATEGORIES= devel
MASTER_SITES= GNU
@@ -14,15 +13,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe
CPE_VENDOR= ${CPE_PRODUCT}_project
CPE_PRODUCT= ${PORTNAME}tools
-USE_CSTD= gnu99
-USE_CXXSTD= gnu++98
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --docdir=${DOCSDIR}
-MAKE_JOBS_UNSAFE= yes
-WITH_TESTING= yes
-TEST_TARGET= check
+CONFIGURE_ARGS= --docdir=${DOCSDIR}
+MAKE_JOBS_UNSAFE= yes
INFO= gperf
+TEST_TARGET= check
+
.include <bsd.port.mk>