diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2024-10-01 08:51:30 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-10-01 08:51:30 +0000 |
commit | 3a54caee179d0fc05056d4ab42331ac6bc1526a7 (patch) | |
tree | 147c554306702af4838003df27cb6346ae76e42d | |
parent | e517fac32817895cd82d44d96a57a6279e2a5ab6 (diff) | |
download | ports-3a54caee179d0fc05056d4ab42331ac6bc1526a7.tar.gz ports-3a54caee179d0fc05056d4ab42331ac6bc1526a7.zip |
print/libspectre: USE ghostscript:lib as the port links to it
-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 71a81893c49d..a680eb24a650 100644 --- a/print/libspectre/Makefile +++ b/print/libspectre/Makefile @@ -10,7 +10,7 @@ WWW= https://www.freedesktop.org/wiki/Software/libspectre/ LICENSE= GPLv2 -USES= ghostscript gnome libtool localbase pathfix pkgconfig +USES= ghostscriptLib gnome libtool localbase pathfix pkgconfig USE_LDCONFIG= yes USE_GNOME= cairo GNU_CONFIGURE= yes |