diff options
author | rm <rm@FreeBSD.org> | 2012-07-23 15:14:38 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-07-23 15:14:38 +0800 |
commit | 350d297e01f77421bd4e37c9a8190ee4fca8b05f (patch) | |
tree | 3a95d53407197a68a5b67f0cbe1942e96f4115ba /databases | |
parent | 99f1394a2cc01a761cf58ff2f4b54d3ce466b3b0 (diff) | |
download | freebsd-ports-gnome-350d297e01f77421bd4e37c9a8190ee4fca8b05f.tar.gz freebsd-ports-gnome-350d297e01f77421bd4e37c9a8190ee4fca8b05f.tar.zst freebsd-ports-gnome-350d297e01f77421bd4e37c9a8190ee4fca8b05f.zip |
- strict python version to 2.x (doesn't build with python3)
PR: 170072
Submitted by: Kimmo Paasiala <kpaasial at gmail dot com>
Approved by: timur (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/tdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile index cebffca203af..4d60e2c6c0f5 100644 --- a/databases/tdb/Makefile +++ b/databases/tdb/Makefile @@ -22,7 +22,7 @@ LICENSE= GPLv3 CONFLICTS= *samba3[0-4]-3.* -USE_PYTHON_BUILD= yes +USE_PYTHON_BUILD= -2.7 USE_LDCONFIG= yes HAS_CONFIGURE= yes WAF_TOOL= buildtools/bin/waf |