pkgsrc-WIP-changes archive

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

songwrite2: comment out evince



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Wed Jun 5 09:38:23 2024 -0400
Changeset:	6caa59d1b0f64295b918bdcacbbdf5a07f26ba8b

Modified Files:
	songwrite2/Makefile

Log Message:
songwrite2: comment out evince

the bl3 is no more.  Leave a todo.

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

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

diffstat:
 songwrite2/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/songwrite2/Makefile b/songwrite2/Makefile
index 3b2f9d271e..1248afc690 100644
--- a/songwrite2/Makefile
+++ b/songwrite2/Makefile
@@ -36,7 +36,8 @@ do-install:
 	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHONBIN} setup.py install --root=${DESTDIR} --prefix=${PREFIX}
 	${INSTALL_MAN} ${WRKSRC}/manpage/man1/songwrite2.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 
-.include "../../print/evince/buildlink3.mk"
+# \todo convert to depends
+#.include "../../print/evince/buildlink3.mk"
 DEPENDS+=	timidity-[0-9]*:../../audio/timidity
 DEPENDS+=	tex-latex-[0-9]*:../../print/tex-latex
 .include "../../graphics/cairo/buildlink3.mk"


Home | Main Index | Thread Index | Old Index