Skip to content

Commit

Permalink
devel/glade: add missing build dependency on xsltproc(1)
Browse files Browse the repository at this point in the history
Typically it is pulled through default selection of options which could
be turned off, resulting in the build failure.  Where here, add missing
GJS_DESC and wrap one overly long line so it fits the standard terminal
width (80 characters minus the readability padding).
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Apr 8, 2022
1 parent d3c10e5 commit 740508e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions devel/glade/Makefile
Expand Up @@ -20,13 +20,14 @@ LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING.GPL
LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LGPL

BUILD_DEPENDS= itstool:textproc/itstool \
docbook-xsl>=0:textproc/docbook-xsl
docbook-xsl>=0:textproc/docbook-xsl \
xsltproc:textproc/libxslt

CONFLICTS= glade3-3.*
PORTSCOUT= limitw:1,even

USES= compiler:c11 desktop-file-utils gettext gnome localbase:ldflags \
meson pathfix pkgconfig tar:xz
USES= compiler:c11 desktop-file-utils gettext gnome \
localbase:ldflags meson pathfix pkgconfig tar:xz
USE_GNOME= cairo gtk30 intlhack introspection:build

DOCSDIR= ${PREFIX}/share/doc/gladeui-2
Expand All @@ -35,6 +36,7 @@ OPTIONS_SUB= yes
OPTIONS_DEFINE= GJS PYTHON WEBKIT
OPTIONS_DEFAULT= GJS PYTHON WEBKIT

GJS_DESC= GJS (JavaScript) support
GJS_MESON_ENABLED= gjs
GJS_LIB_DEPENDS= libgjs.so:lang/gjs

Expand Down

0 comments on commit 740508e

Please sign in to comment.