summaryrefslogtreecommitdiff
path: root/graphics/sdl3_ttf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sdl3_ttf/Makefile')
-rw-r--r--graphics/sdl3_ttf/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/sdl3_ttf/Makefile b/graphics/sdl3_ttf/Makefile
index cc656371dcd8..3a1834e93f01 100644
--- a/graphics/sdl3_ttf/Makefile
+++ b/graphics/sdl3_ttf/Makefile
@@ -1,6 +1,7 @@
PORTNAME= sdl3_ttf
DISTVERSIONPREFIX= release-
DISTVERSION= 3.2.2
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= amdmi3@FreeBSD.org
@@ -16,9 +17,9 @@ USES= cmake pkgconfig sdl
USE_GITHUB= yes
GH_ACCOUNT= libsdl-org
GH_PROJECT= SDL_ttf
+USE_LDCONFIG= yes
USE_SDL= sdl3
CMAKE_OFF= SDLTTF_SAMPLES
-USE_LDCONFIG= yes
PLIST_SUB= LIBVERSION=${DISTVERSION:C/[0-9]+/0/1}
@@ -28,13 +29,13 @@ OPTIONS_DEFINE= HARFBUZZ PLUTOSVG DOCS
OPTIONS_DEFAULT=HARFBUZZ PLUTOSVG
OPTIONS_SUB= yes
-HARFBUZZ_DESC= Use harfbuzz to improve text shaping
+HARFBUZZ_DESC= Use harfbuzz to improve text shaping
HARFBUZZ_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
HARFBUZZ_CMAKE_BOOL= SDLTTF_HARFBUZZ
-PLUTOSVG_DESC= Use plutosvg for color emoji support
-PLUTOSVG_LIB_DEPENDS= libplutosvg.so:graphics/plutosvg
-PLUTOSVG_CFLAGS= -isystem ${LOCALBASE}/include/plutovg
+PLUTOSVG_DESC= Use plutosvg for color emoji support
+PLUTOSVG_LIB_DEPENDS= libplutosvg.so:graphics/plutosvg \
+ libplutovg.so:graphics/plutovg
PLUTOSVG_CMAKE_BOOL= SDLTTF_PLUTOSVG
post-extract: