diff options
author | Ben Woods <woodsb02@FreeBSD.org> | 2016-05-27 23:00:15 +0000 |
---|---|---|
committer | Ben Woods <woodsb02@FreeBSD.org> | 2016-05-27 23:00:15 +0000 |
commit | 4f72bffa28ae47ec1ab455cac38e6591617c7184 (patch) | |
tree | 19bf3e69c6ed0b7aa901e434966b867a1b92602c /databases/py-bsddb3/Makefile | |
parent | 5aa43e0de0bb60262285bc7039d26b7c74b44118 (diff) |
Notes
Diffstat (limited to 'databases/py-bsddb3/Makefile')
-rw-r--r-- | databases/py-bsddb3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/py-bsddb3/Makefile b/databases/py-bsddb3/Makefile index 1a1531a8337e..5b0b31ab5184 100644 --- a/databases/py-bsddb3/Makefile +++ b/databases/py-bsddb3/Makefile @@ -12,8 +12,7 @@ COMMENT= Python extension module for BerkeleyDB 3 and 4 LICENSE= BSD3CLAUSE -USE_BDB= yes -USES= python +USES?= bdb python USE_PYTHON= distutils autoplist PYDISTUTILS_CONFIGUREARGS=--libs="-l${BDB_LIB_NAME}" --berkeley-db=${LOCALBASE} |