diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-16 07:51:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-16 07:51:19 +0800 |
commit | 16adc7b3e3a69d43331e7202805e6a3fc5a8ec8a (patch) | |
tree | dd65922230c3f853cf653aab222c60dc6514b577 /databases | |
parent | 4e0f9662a19f426760a089edb3fce0ec1aa9c394 (diff) | |
download | freebsd-ports-graphics-16adc7b3e3a69d43331e7202805e6a3fc5a8ec8a.tar.gz freebsd-ports-graphics-16adc7b3e3a69d43331e7202805e6a3fc5a8ec8a.tar.zst freebsd-ports-graphics-16adc7b3e3a69d43331e7202805e6a3fc5a8ec8a.zip |
Reduce over inclusion of bsd.port.mk
Diffstat (limited to 'databases')
-rw-r--r-- | databases/tdb/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile index 3a4c924283d..e456846dc8d 100644 --- a/databases/tdb/Makefile +++ b/databases/tdb/Makefile @@ -71,8 +71,6 @@ CONFIGURE_ARGS+= --disable-python 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: @@ -108,4 +106,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> |