diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2013-03-04 19:19:40 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2013-03-04 19:19:40 +0800 |
commit | a2add27113e746b0baf348d923819db6d56930c4 (patch) | |
tree | 280b54c5ee7c90837708d3244b64176ad501419f /science/gramps | |
parent | 357d98f93360b0b42c99b386c79740d336dcf712 (diff) | |
download | freebsd-ports-gnome-a2add27113e746b0baf348d923819db6d56930c4.tar.gz freebsd-ports-gnome-a2add27113e746b0baf348d923819db6d56930c4.tar.zst freebsd-ports-gnome-a2add27113e746b0baf348d923819db6d56930c4.zip |
- Update *_DEPENDS on databases/py-bsddb after _bsddb.so relocation
Diffstat (limited to 'science/gramps')
-rw-r--r-- | science/gramps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/gramps/Makefile b/science/gramps/Makefile index aa12bd2c79f8..09cb516cf4ad 100644 --- a/science/gramps/Makefile +++ b/science/gramps/Makefile @@ -14,7 +14,7 @@ COMMENT= A GTK/GNOME-based genealogy program LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb \ ${PYXML} USE_BDB= 43 |