pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

picom-12: remove asciidoc build dependency



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Mon Oct 21 20:06:12 2024 +0200
Changeset:	8c2d0e69bdcfb7a9f644ede3042411ad25e4df39

Modified Files:
	picom/Makefile

Log Message:
picom-12: remove asciidoc build dependency

This is no longer needed, man/meson.build invokes asciidoctor only.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8c2d0e69bdcfb7a9f644ede3042411ad25e4df39

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 picom/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/picom/Makefile b/picom/Makefile
index 5258c195b1..5f43ba141a 100644
--- a/picom/Makefile
+++ b/picom/Makefile
@@ -13,8 +13,6 @@ LICENSE=	mpl-2.0 AND mit
 CONFLICTS+=	compton-[0-9]*
 SUPERSEDES+=	compton-[0-9]*
 
-TOOL_DEPENDS+=	asciidoc-[0-9]*:../../textproc/asciidoc
-
 .include "../../lang/ruby/rubyversion.mk"
 
 TOOL_DEPENDS+=	${RUBY_PKGPREFIX}-asciidoctor-[0-9]*:../../textproc/ruby-asciidoctor


Home | Main Index | Thread Index | Old Index