diff options
author | pav <pav@FreeBSD.org> | 2010-12-09 16:31:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-12-09 16:31:38 +0800 |
commit | 1b0bed6b5bf81d1822e66c5d123b65f64011fe61 (patch) | |
tree | 444b217c68100787de1fcd7cfd62f6b185a7673c /science | |
parent | 6a713acdfdbddf74a088d646eca193aabff496ce (diff) | |
download | freebsd-ports-gnome-1b0bed6b5bf81d1822e66c5d123b65f64011fe61.tar.gz freebsd-ports-gnome-1b0bed6b5bf81d1822e66c5d123b65f64011fe61.tar.zst freebsd-ports-gnome-1b0bed6b5bf81d1822e66c5d123b65f64011fe61.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 |