Reduce over inclusion of bsd.port.mk

This commit is contained in:
Baptiste Daroussin 2014-01-15 23:34:24 +00:00
parent 6c38c07606
commit 8f74bf51f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339862

View file

@ -103,8 +103,6 @@ CONFIGURE_TARGET= configure
ALL_TARGET= build
INSTALL_TARGET= install
.include <bsd.port.pre.mk>
IGNORE_NONTHREAD_PYTHON=needs port lang/python${PYTHON_SUFFIX} to be build with THREADS support
post-patch:
@ -156,4 +154,4 @@ do-build:
do-install:
@(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${INSTALL_WRKSRC}/${WAF_TOOL} ${MAKE_ARGS} ${INSTALL_TARGET})
.include <bsd.port.post.mk>
.include <bsd.port.mk>