mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
a62fccea4b
- Add file pkg-message PR: ports/141767 Submitted by: Anders Troback <freebsd@troback.com> (maintainer)
17 lines
299 B
Plaintext
17 lines
299 B
Plaintext
====
|
|
|
|
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
|
|
|
|
====
|