diff options
author | wiz <wiz@pkgsrc.org> | 2020-05-19 19:01:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-05-19 19:01:57 +0000 |
commit | 08f4b2e04dd3ba1bcbe24a914051497740fe650b (patch) | |
tree | 47f802d27d1533d6eb4635db2a68e453770332aa /print | |
parent | 04ad5a88ad6ca75935721ceb6e1ae5402968b70a (diff) | |
download | pkgsrc-08f4b2e04dd3ba1bcbe24a914051497740fe650b.tar.gz |
libspectre: fix typo
Noted by leot, thanks!
Diffstat (limited to 'print')
-rw-r--r-- | print/libspectre/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile index 18c73c83840..e20d31e795c 100644 --- a/print/libspectre/Makefile +++ b/print/libspectre/Makefile @@ -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" |