Tue May 19 19:01:57 2020 UTC ()
libspectre: fix typo

Noted by leot, thanks!


(wiz)
diff -r1.43 -r1.44 pkgsrc/print/libspectre/Makefile

cvs diff -r1.43 -r1.44 pkgsrc/print/libspectre/Makefile (expand / switch to unified diff)

--- pkgsrc/print/libspectre/Makefile 2020/05/19 16:19:02 1.43
+++ pkgsrc/print/libspectre/Makefile 2020/05/19 19:01:57 1.44
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.43 2020/05/19 16:19:02 wiz Exp $ 1# $NetBSD: Makefile,v 1.44 2020/05/19 19:01:57 wiz Exp $
2 2
3DISTNAME= libspectre-0.2.9 3DISTNAME= libspectre-0.2.9
4CATEGORIES= print 4CATEGORIES= print
5MASTER_SITES= https://libspectre.freedesktop.org/releases/ 5MASTER_SITES= https://libspectre.freedesktop.org/releases/
6 6
7MAINTAINER= markd@NetBSD.org 7MAINTAINER= markd@NetBSD.org
8HOMEPAGE= https://www.freedesktop.org/wiki/Software/libspectre/ 8HOMEPAGE= https://www.freedesktop.org/wiki/Software/libspectre/
9COMMENT= Small library for rendering Postscript documents 9COMMENT= Small library for rendering Postscript documents
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14 14
15PKGCONFIG_OVERRIDE+= libspectre.pc.in 15PKGCONFIG_OVERRIDE+= libspectre.pc.in
16 16
17BUILDLINK_API_DEPENDS.ghostscript-agpl+= ghostscript-agpl>=9.24444 17BUILDLINK_API_DEPENDS.ghostscript-agpl+= ghostscript-agpl>=9.24
18.include "../../print/ghostscript-agpl/buildlink3.mk" 18.include "../../print/ghostscript-agpl/buildlink3.mk"
19.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"