git: de9d9d11e120 - main - print/libspectre: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Oct 2024 10:20:09 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=de9d9d11e12091fcbf844e6fc97972a15305de68 commit de9d9d11e12091fcbf844e6fc97972a15305de68 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-10-01 10:19:37 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-10-01 10:19:37 +0000 print/libspectre: Fix typo Pointy hat to: arrowd Reported by: michaelo --- print/libspectre/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile index a680eb24a650..aa351fc212f9 100644 --- a/print/libspectre/Makefile +++ b/print/libspectre/Makefile @@ -10,7 +10,7 @@ WWW= https://www.freedesktop.org/wiki/Software/libspectre/ LICENSE= GPLv2 -USES= ghostscriptLib gnome libtool localbase pathfix pkgconfig +USES= ghostscript:lib gnome libtool localbase pathfix pkgconfig USE_LDCONFIG= yes USE_GNOME= cairo GNU_CONFIGURE= yes