diff options
-rw-r--r-- | devel/clint/Makefile | 3 | ||||
-rw-r--r-- | devel/clint/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/clint/Makefile b/devel/clint/Makefile index bcc4aeae520e..6b8cb1bd46e7 100644 --- a/devel/clint/Makefile +++ b/devel/clint/Makefile @@ -17,7 +17,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A static source code checker for C++ USE_PYTHON= yes -USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" @@ -28,7 +27,7 @@ INFO= clint .include <bsd.port.pre.mk> .if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" +BROKEN= Does not compile on FreeBSD >= 5.x USE_GCC= 3.3 .endif diff --git a/devel/clint/pkg-plist b/devel/clint/pkg-plist index f1cecf27df67..81410e76cfc3 100644 --- a/devel/clint/pkg-plist +++ b/devel/clint/pkg-plist @@ -2,9 +2,11 @@ bin/clint include/clint/exceptions.h include/clint/python.h lib/clint/python.a +lib/clint/python.la lib/clint/python.so lib/clint/python.so.0 lib/libpython++.a +lib/libpython++.la lib/libpython++.so lib/libpython++.so.0 %%DATADIR%%/clint.py |