aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authortobik <tobik@FreeBSD.org>2018-03-11 18:12:28 +0800
committertobik <tobik@FreeBSD.org>2018-03-11 18:12:28 +0800
commit8eea2de41804676481f1cf375a72c77565641e62 (patch)
treecfa958370f07c082c36964305a43b11cb8363fbb /devel
parentdcc9e8b200ab8a5206092584aca720a00b4a1b93 (diff)
downloadfreebsd-ports-gnome-8eea2de41804676481f1cf375a72c77565641e62.tar.gz
freebsd-ports-gnome-8eea2de41804676481f1cf375a72c77565641e62.tar.zst
freebsd-ports-gnome-8eea2de41804676481f1cf375a72c77565641e62.zip
devel/appstream-glib: Fix typo
MANPAGE_BUILD_DEPENDS -> MANPAGES_BUILD_DEPENDS Depending on option selection in dependent ports docbook-{xsl,xml} might not be installed in the build environment and building with MANPAGES=on would fail to configure. PR: 226029 Submitted by: w.schwarzenfeld@utanet.at Approved by: gnome (maintainer timeout, 2 weeks+)
Diffstat (limited to 'devel')
-rw-r--r--devel/appstream-glib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/appstream-glib/Makefile b/devel/appstream-glib/Makefile
index ca03b3974532..21042a28b5c1 100644
--- a/devel/appstream-glib/Makefile
+++ b/devel/appstream-glib/Makefile
@@ -40,7 +40,7 @@ OPTIONS_DEFINE= MANPAGES
OPTIONS_DEFAULT=MANPAGES
OPTIONS_SUB= yes
MANPAGES_CONFIGURE_ENABLE= man
-MANPAGE_BUILD_DEPENDS= docbook-xml>=0:textproc/docbook-xml \
+MANPAGES_BUILD_DEPENDS= docbook-xml>=0:textproc/docbook-xml \
docbook-xsl>=0:textproc/docbook-xsl
MANPAGES_USE= GNOME=libxslt:build