freebsd-ports/science/gramps/pkg-message
Wen Heping a62fccea4b - Update to 3.1.3
- Add file pkg-message

PR:		ports/141767
Submitted by:	Anders Troback <freebsd@troback.com> (maintainer)
2009-12-28 06:54:49 +00:00

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
====