pkgsrc-WIP-changes archive

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

lemonbar: add perl dependency



Module Name:	pkgsrc-wip
Committed By:	Zach Hopkins <hopkinsza%gmail.com@localhost>
Pushed By:	frz
Date:		Sat Oct 3 15:07:24 2020 -0400
Changeset:	be362fbdcf9f5264bc1c00818772ed82e16ba881

Modified Files:
	lemonbar/Makefile

Log Message:
lemonbar: add perl dependency

lang/perl5 is necessary for `pod2man', which is needed to generate
lemonbar's man page

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

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

diffstat:
 lemonbar/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/lemonbar/Makefile b/lemonbar/Makefile
index b563d5ca81..f62c5f1257 100644
--- a/lemonbar/Makefile
+++ b/lemonbar/Makefile
@@ -31,4 +31,6 @@ do-install:
 	${INSTALL_MAN} ${WRKSRC}/lemonbar.1 ${DESTDIR}${PREFIX}/man/man1/
 
 .include "../../x11/libxcb/buildlink3.mk"
+# perl for pod2man
+.include "../../lang/perl5/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index