diff options
Diffstat (limited to 'x11/cinnamon-menus/Makefile')
-rw-r--r-- | x11/cinnamon-menus/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/cinnamon-menus/Makefile b/x11/cinnamon-menus/Makefile index a492ef449fdd..73b521ba2479 100644 --- a/x11/cinnamon-menus/Makefile +++ b/x11/cinnamon-menus/Makefile @@ -1,5 +1,5 @@ PORTNAME= cinnamon-menus -PORTVERSION= 5.4.0 +DISTVERSION= 6.4.0 CATEGORIES= x11 gnome DIST_SUBDIR= gnome @@ -18,7 +18,11 @@ USE_GNOME= glib20 introspection:build USE_GITHUB= yes GH_ACCOUNT= linuxmint - USE_LDCONFIG= yes +OPTIONS_DEFINE= DOCS + +DOCS_BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc +DOCS_MESON_TRUE= enable_docs + .include <bsd.port.mk> |