pkgsrc-WIP-changes archive

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

Songwrite2: flip to evince



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Fri Dec 2 15:14:37 2022 -0500
Changeset:	a385c89ae5b4902a8ef0f7b09daea28433201e24

Modified Files:
	songwrite2/Makefile

Log Message:
Songwrite2: flip to evince

Was evince3 which is 404.  not tested.

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

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

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

diffs:
diff --git a/songwrite2/Makefile b/songwrite2/Makefile
index 309260dad3..3b2f9d271e 100644
--- a/songwrite2/Makefile
+++ b/songwrite2/Makefile
@@ -36,7 +36,7 @@ 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/evince3/buildlink3.mk"
+.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