aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-07-02 09:23:02 +0000
committerRene Ladan <rene@FreeBSD.org>2022-07-02 09:31:15 +0000
commit425a716acffc8f3a8e14187b1c4f6e705ee93a22 (patch)
treeba29cbac0d1a4fd0ceaf49ff841dcf238131204e
parent9cdcd34f9d4fff2b3dc00c79a34c6e67af107497 (diff)
downloadports-425a716acffc8f3a8e14187b1c4f6e705ee93a22.tar.gz
ports-425a716acffc8f3a8e14187b1c4f6e705ee93a22.zip
science/gramps: remove option for expired py-bsddb3
-rw-r--r--science/gramps/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/science/gramps/Makefile b/science/gramps/Makefile
index 58bc4677b7e3..c0aef62a5569 100644
--- a/science/gramps/Makefile
+++ b/science/gramps/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gramps
PORTVERSION= 5.1.5
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= science gnome python
MAINTAINER= ports@FreeBSD.org
@@ -29,16 +29,14 @@ CONFIGURE_ARGS= --disable-mime-install
NO_ARCH= yes
-OPTIONS_DEFINE= BDB GEXIV GTKSPELL PIL RCS TTFFREEFONT
-OPTIONS_DEFAULT= BDB GEXIV GTKSPELL
-BDB_DESC= Install py-bsddb3 to support family trees using Berkeley DB (DEPRECATED)
+OPTIONS_DEFINE= GEXIV GTKSPELL PIL RCS TTFFREEFONT
+OPTIONS_DEFAULT= GEXIV GTKSPELL
GEXIV_DESC= Manage Exif metadata embedded in media
GTKSPELL_DESC= Spell checking support via gtkspell
PIL_DESC= Crop/convert images with Python Imaging Library (Pillow)
RCS_DESC= Manage revisions of family trees with with GNU RCS
TTFFREEFONT_DESC= More font support in reports
-BDB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb3>0:databases/py-bsddb3@${PY_FLAVOR}
GEXIV_LIB_DEPENDS= libgexiv2.so:graphics/gexiv2
GTKSPELL_LIB_DEPENDS= libgtkspell3-3.so:textproc/gtkspell3
PIL_RUN_DEPENDS= ${PY_PILLOW}