diff options
author | mva <mva@FreeBSD.org> | 2014-10-19 16:50:17 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-19 16:50:17 +0800 |
commit | d4e0b55e3d2de55489b8645dd7d5c9ea53ca2058 (patch) | |
tree | 75814c6755c8e7b9ed02c4c7bd60001370cbdfbd /databases/tdb | |
parent | dc3d0650673d81132ee89d472a4c21d49328fa91 (diff) | |
download | freebsd-ports-gnome-d4e0b55e3d2de55489b8645dd7d5c9ea53ca2058.tar.gz freebsd-ports-gnome-d4e0b55e3d2de55489b8645dd7d5c9ea53ca2058.tar.zst freebsd-ports-gnome-d4e0b55e3d2de55489b8645dd7d5c9ea53ca2058.zip |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'databases/tdb')
-rw-r--r-- | databases/tdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile index 8532078ad72a..b20e36c7201e 100644 --- a/databases/tdb/Makefile +++ b/databases/tdb/Makefile @@ -16,7 +16,6 @@ LICENSE= GPLv3 CONFLICTS= *samba3[0-4]-3.* USES= compiler pkgconfig -USE_PYTHON_BUILD= 2 USE_LDCONFIG= yes WAF_TOOL= buildtools/bin/waf CONFIGURE_LOG= bin/config.log @@ -37,8 +36,9 @@ MANPAGES_DESC= Build and install manpages (requires textproc/docbook-xsl) .if defined(NO_PYTHON) CONFIGURE_ARGS+= --disable-python +USES+= python:2,build .else -USE_PYTHON_RUN= yes +USES+= python:2 PLIST_FILES+= %%PYTHON_SITELIBDIR%%/tdb.so .endif |