pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/libspectre



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May 19 19:01:57 UTC 2020

Modified Files:
        pkgsrc/print/libspectre: Makefile

Log Message:
libspectre: fix typo

Noted by leot, thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/print/libspectre/Makefile

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

Modified files:

Index: pkgsrc/print/libspectre/Makefile
diff -u pkgsrc/print/libspectre/Makefile:1.43 pkgsrc/print/libspectre/Makefile:1.44
--- pkgsrc/print/libspectre/Makefile:1.43       Tue May 19 16:19:02 2020
+++ pkgsrc/print/libspectre/Makefile    Tue May 19 19:01:57 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2020/05/19 16:19:02 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2020/05/19 19:01:57 wiz Exp $
 
 DISTNAME=      libspectre-0.2.9
 CATEGORIES=    print
@@ -14,6 +14,6 @@ USE_LIBTOOL=  yes
 
 PKGCONFIG_OVERRIDE+=   libspectre.pc.in
 
-BUILDLINK_API_DEPENDS.ghostscript-agpl+=       ghostscript-agpl>=9.24444
+BUILDLINK_API_DEPENDS.ghostscript-agpl+=       ghostscript-agpl>=9.24
 .include "../../print/ghostscript-agpl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index