git: ddf194b7e013 - main - graphics/gimp3-app: add libxslt as direct build dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Apr 2025 21:52:17 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ddf194b7e01309307ba281ecaada32d2ddd5443e commit ddf194b7e01309307ba281ecaada32d2ddd5443e Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2025-04-09 21:50:47 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2025-04-09 21:50:47 +0000 graphics/gimp3-app: add libxslt as direct build dependency PR: 285970 --- graphics/gimp3-app/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/gimp3-app/Makefile b/graphics/gimp3-app/Makefile index e927a968094d..743d423c0d56 100644 --- a/graphics/gimp3-app/Makefile +++ b/graphics/gimp3-app/Makefile @@ -56,7 +56,7 @@ USES= cpe desktop-file-utils gettext gnome jpeg libarchive \ localbase:ldflags meson ninja perl5 pkgconfig python:3.7+ \ shebangfix tar:xz xorg USE_CXXSTD= gnu++14 -USE_GNOME= gtk30 introspection cairo gdkpixbuf librsvg2 +USE_GNOME= gtk30 introspection cairo gdkpixbuf librsvg2 libxslt USE_XORG= ice sm x11 xcursor xext xfixes xmu xpm xt USE_LDCONFIG= yes