diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2024-10-01 10:19:37 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-10-01 10:19:37 +0000 |
commit | de9d9d11e12091fcbf844e6fc97972a15305de68 (patch) | |
tree | 76b0b26f771b5f020e736044834139bf7a6a41b4 | |
parent | 9027865f9bf2c7d13543574195789f99add875e8 (diff) | |
download | ports-de9d9d11e12091fcbf844e6fc97972a15305de68.tar.gz ports-de9d9d11e12091fcbf844e6fc97972a15305de68.zip |
print/libspectre: Fix typo
Pointy hat to: arrowd
Reported by: michaelo
-rw-r--r-- | print/libspectre/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |