diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-12-09 16:31:38 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-12-09 16:31:38 +0800 |
commit | 9325a8e2630c7158dd3959d227dca678fc262db2 (patch) | |
tree | ea58c3101fe49b27771f5519ebf2d746053aa784 /science | |
parent | 18cef50f039ff16cf4de5866bbae96b288b473e0 (diff) | |
download | freebsd-ports-gnome-9325a8e2630c7158dd3959d227dca678fc262db2.tar.gz freebsd-ports-gnome-9325a8e2630c7158dd3959d227dca678fc262db2.tar.zst freebsd-ports-gnome-9325a8e2630c7158dd3959d227dca678fc262db2.zip |
- Mark BROKEN: incorrect plist (this port overwrites a file installed by one of
it's dependencies)
Reported by: pointyhat
Diffstat (limited to 'science')
-rw-r--r-- | science/gramps/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/gramps/Makefile b/science/gramps/Makefile index 4e1abb4895f7..490fe5e8a894 100644 --- a/science/gramps/Makefile +++ b/science/gramps/Makefile @@ -15,6 +15,8 @@ COMMENT= A GTK/GNOME-based genealogy program RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \ ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml +BROKEN= incorrect plist + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USE_BDB= 43 |