pkgsrc-WIP-changes archive

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

scantailor: use correct Xrender dependency



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Mon Sep 14 23:37:33 2020 +0200
Changeset:	0a3271d7f155e22b336a247445b558a599dd21d4

Modified Files:
	scantailor/Makefile

Log Message:
scantailor: use correct Xrender dependency

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

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

diffstat:
 scantailor/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/scantailor/Makefile b/scantailor/Makefile
index fa53f7894c..030d38de73 100644
--- a/scantailor/Makefile
+++ b/scantailor/Makefile
@@ -1,5 +1,4 @@
 # $NetBSD: Makefile,v 1.3 2012/10/07 16:22:54 asau Exp $
-#
 
 DISTNAME=	scantailor-0.9.9.2
 PKGREVISION=	1
@@ -28,5 +27,5 @@ SUBST_STAGE.paths=	pre-configure
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../x11/qt4-libs/buildlink3.mk"
 .include "../../x11/qt4-tools/buildlink3.mk"
-.include "../../x11/Xrender/buildlink3.mk"
+.include "../../x11/libXrender/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index