summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-05-19 16:19:02 +0000
committerwiz <wiz@pkgsrc.org>2020-05-19 16:19:02 +0000
commit28f4238e427dcd8ec023d1ccbaede742835b6636 (patch)
tree5cc1d83f990675c9be51667fc781054515526ee0
parent1829b5d47dd93ffb2bcfd002ef9927ccf7adf9b0 (diff)
downloadpkgsrc-28f4238e427dcd8ec023d1ccbaede742835b6636.tar.gz
libspectre: switch to ghostscript-agpl because it's the only version
that provides a 9.24 version as required by the package
-rw-r--r--print/libspectre/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile
index d8d14c9bba0..18c73c83840 100644
--- a/print/libspectre/Makefile
+++ b/print/libspectre/Makefile
@@ -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"