Skip to content

Commit

Permalink
x11/swayimg: drop unused dependency on FreeBSD >= 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Aug 28, 2023
1 parent 4769cdd commit c1666df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion x11/swayimg/Makefile
Expand Up @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols
LIB_DEPENDS= libjson-c.so:devel/json-c \
libepoll-shim.so:devel/libepoll-shim \
libwayland-client.so:graphics/wayland \
libfreetype.so:print/freetype2 \
libfontconfig.so:x11-fonts/fontconfig \
Expand All @@ -30,6 +29,12 @@ PLIST_FILES= bin/${PORTNAME} \
share/icons/hicolor/64x64/apps/${PORTNAME}.png \
${NULL}

# XXX Drop after FreeBSD 13.* EOL around 2026-01-31
# https://cgit.freebsd.org/src/commit/?id=af93fea71038
.if !exists(/usr/include/sys/timerfd.h)
LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim
.endif

OPTIONS_DEFINE= BASH GIF HEIF JPEG JXL LIBEXIF LIBRSVG2 OPENEXR PNG TIFF WEBP ZSH
OPTIONS_DEFAULT=BASH GIF HEIF JPEG JXL LIBEXIF LIBRSVG2 OPENEXR PNG TIFF WEBP ZSH
OPTIONS_EXCLUDE=${LIBRSVG2_DEFAULT:Mlegacy:C/.+/LIBRSVG2/}
Expand Down

0 comments on commit c1666df

Please sign in to comment.