a62fccea4b
- Add file pkg-message PR: ports/141767 Submitted by: Anders Troback <freebsd@troback.com> (maintainer)
16 lines
299 B
Text
16 lines
299 B
Text
====
|
|
|
|
GRAMPS needs py-bsddb to be compiled with:
|
|
|
|
WITH_BERKELEYDB=db43
|
|
WITH_BDB_VER=43
|
|
|
|
|
|
You can do like this to make that happen:
|
|
|
|
echo "WITH_BERKELEYDB=db43" >> /etc/make.conf
|
|
echo "WITH_BDB_VER=43" >> /etc/make.conf
|
|
cd /usr/ports/databases/py-bsddb
|
|
make clean all deinstall reinstall clean
|
|
|
|
====
|