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 16:19:02 UTC 2020

Modified Files:
        pkgsrc/print/libspectre: Makefile

Log Message:
libspectre: switch to ghostscript-agpl because it's the only version
that provides a 9.24 version as required by the package


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 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.42 pkgsrc/print/libspectre/Makefile:1.43
--- pkgsrc/print/libspectre/Makefile:1.42       Tue May 19 15:40:59 2020
+++ pkgsrc/print/libspectre/Makefile    Tue May 19 16:19:02 2020
@@ -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 @@ USE_LIBTOOL=  yes
 
 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