summaryrefslogtreecommitdiff
path: root/devel/clint
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-07-06 17:32:40 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-07-06 17:32:40 +0000
commit5013e3d4cd5e2ec3de2be7862676c13ad0f94654 (patch)
tree5cdd55e415d8eea0d3dc08a1ebaebb699f64a1df /devel/clint
parentConvert some of my ports from USE_GMAKE to USES=gmake. (diff)
- Convert from USE_GMAKE -> USES=gmake
- Indicate that this port does not build with python 3. This does not fix building when python 3 is default but that will come soon.
Notes
Notes: svn path=/head/; revision=322404
Diffstat (limited to 'devel/clint')
-rw-r--r--devel/clint/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/clint/Makefile b/devel/clint/Makefile
index 4a54d46c4c37..a06efcab66bf 100644
--- a/devel/clint/Makefile
+++ b/devel/clint/Makefile
@@ -13,17 +13,18 @@ COMMENT= Static source code checker for C++
LICENSE= GPLv2
USE_AUTOTOOLS= libtool
-USE_PYTHON= yes
-USE_GMAKE= yes
+USE_PYTHON= -2.7
GNU_CONFIGURE= yes
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
+CONFIGURE_ARGS= --enable-python=${LOCALBASE}/bin/python2
USE_LDCONFIG= yes
+USES= gmake
+
INFO= clint
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|-pedantic||g ; \
- s|-ldl||g'
+ 's|-ldl||g'
.include <bsd.port.mk>