Index: head/graphics/zathura/Makefile =================================================================== --- head/graphics/zathura/Makefile (revision 514207) +++ head/graphics/zathura/Makefile (revision 514208) @@ -1,33 +1,34 @@ # Created by: Quentin Stievenart # $FreeBSD$ PORTNAME= zathura DISTVERSION= 0.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics print MASTER_SITES= https://pwmt.org/projects/zathura/download/ \ http://www.madpilot.net/~mad/pwmt.org/ MAINTAINER= quentin.stievenart@gmail.com COMMENT= Customizable lightweight pdf viewer LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcairo.so:graphics/cairo \ libgirara-gtk3.so:x11-toolkits/girara \ libsynctex.so:devel/tex-synctex BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} -USES= compiler:c11 gettext-tools:build gnome meson ninja \ - pkgconfig python sqlite tar:xz +USES= compiler:c11 gettext-tools:build gnome meson ninja pkgconfig \ + python tar:xz USE_GNOME= glib20 gtk30 gdkpixbuf2 INSTALLS_ICONS= yes -OPTIONS_DEFINE= SQLITE +OPTIONS_DEFINE= SQLITE +OPTIONS_DEFAULT= SQLITE -SQLITE_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 -SQLITE_MESON_ARGS_OFF= -Denable-sqlite=false +SQLITE_USES= sqlite +SQLITE_MESON_ENABLED= sqlite .include