diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-04 11:19:40 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-04 11:19:40 +0000 |
commit | 6ee38c4b279295e5118bb9f5ab8ebb04208508c6 (patch) | |
tree | 280b54c5ee7c90837708d3244b64176ad501419f /science | |
parent | c7d1be53190d81e1526fb293b3bd365f505e15d4 (diff) | |
download | ports-6ee38c4b279295e5118bb9f5ab8ebb04208508c6.tar.gz ports-6ee38c4b279295e5118bb9f5ab8ebb04208508c6.zip |
Notes
Diffstat (limited to 'science')
-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 |