Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/libspectre libspectre: switch to ghostscript-agp...
details: https://anonhg.NetBSD.org/pkgsrc/rev/38e079b37298
branches: trunk
changeset: 432200:38e079b37298
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue May 19 16:19:02 2020 +0000
description:
libspectre: switch to ghostscript-agpl because it's the only version
that provides a 9.24 version as required by the package
diffstat:
print/libspectre/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 9170e8ec2571 -r 38e079b37298 print/libspectre/Makefile
--- a/print/libspectre/Makefile Tue May 19 16:07:41 2020 +0000
+++ b/print/libspectre/Makefile Tue May 19 16:19:02 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2020/05/19 15:40:59 nia Exp $
+# $NetBSD: Makefile,v 1.43 2020/05/19 16:19:02 wiz Exp $
DISTNAME= libspectre-0.2.9
CATEGORIES= print
@@ -14,5 +14,6 @@
PKGCONFIG_OVERRIDE+= libspectre.pc.in
-.include "../../print/ghostscript/buildlink3.mk"
+BUILDLINK_API_DEPENDS.ghostscript-agpl+= ghostscript-agpl>=9.24444
+.include "../../print/ghostscript-agpl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index