summaryrefslogtreecommitdiff
path: root/x11/xapp/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-02-07 14:55:15 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-02-07 14:55:15 +0000
commit724ceeb82f846e0b8fa2f2d0f63daabfb28273f5 (patch)
tree7bd066e51aed3a8430378a12b1726a30a5708084 /x11/xapp/Makefile
parentUpdate to the snapshot on 2021-02-01. (diff)
- Update `x11/xapp' to version 2.0.6
- Depend on the particular gtk-doc program
Notes
Notes: svn path=/head/; revision=564624
Diffstat (limited to 'x11/xapp/Makefile')
-rw-r--r--x11/xapp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xapp/Makefile b/x11/xapp/Makefile
index 625d015778b3..91eb50f489cc 100644
--- a/x11/xapp/Makefile
+++ b/x11/xapp/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= xapp
-PORTVERSION= 2.0.5
+PORTVERSION= 2.0.6
CATEGORIES= x11 gnome
DIST_SUBDIR= gnome
@@ -35,7 +35,7 @@ PORTSCOUT= limit:^[0-9.]+$$ # ignore master.mint* tags
OPTIONS_DEFINE= DOCS
-DOCS_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc
-DOCS_MESON_TRUE= docs
+DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc
+DOCS_MESON_ON= -Ddocs=true
.include <bsd.port.mk>