diff options
Diffstat (limited to 'devel/clint/Makefile')
-rw-r--r-- | devel/clint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/clint/Makefile b/devel/clint/Makefile index 31e97139e374..12af380ff1d0 100644 --- a/devel/clint/Makefile +++ b/devel/clint/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= SF -MAINTAINER= eadler@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Static source code checker for C++ LICENSE= GPLv2 @@ -24,6 +24,7 @@ USE_CXXSTD= gnu++98 USES= gmake INFO= clint MAKE_JOBS_UNSAFE= yes +BROKEN= fails to find python.h post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ |