aboutsummaryrefslogtreecommitdiff
path: root/devel/ncc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ncc/Makefile')
-rw-r--r--devel/ncc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ncc/Makefile b/devel/ncc/Makefile
index f13ff705c4b2..6e06ee0b4546 100644
--- a/devel/ncc/Makefile
+++ b/devel/ncc/Makefile
@@ -6,14 +6,13 @@
#
PORTNAME= ncc
-PORTVERSION= 2.3
+PORTVERSION= 2.7
CATEGORIES= devel
MASTER_SITES= http://students.ceid.upatras.gr/~sxanth/ncc/
MAINTAINER= vs@FreeBSD.org
COMMENT= Program analysis tool and call-graph navigator
-USE_GMAKE= yes
ALL_TARGET= # empty
MAKE_ARGS+= CC="${CXX}" LCFLAGS="${CFLAGS}"
@@ -29,6 +28,7 @@ MAN1= ncc.1
post-patch:
@${REINPLACE_CMD} -e '/NOGNU/d' ${WRKSRC}/config.h
+ @${REINPLACE_CMD} -e '/#include <alloca.h>/d' ${WRKSRC}/dbstree.h
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/objdir/ncc ${PREFIX}/bin