aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2022-04-25 09:15:17 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2022-04-25 09:15:17 +0000
commit753f773adb94b90c3a8da14f7e4aadd4e052409e (patch)
tree647035407e3faa496c3e34078e92eeb707da4df8
parentb45cb10229bf1ff6ced19b6497382239f15f04d1 (diff)
downloadports-753f773adb94b90c3a8da14f7e4aadd4e052409e.tar.gz
ports-753f773adb94b90c3a8da14f7e4aadd4e052409e.zip
multimedia/sabbu: mark deprecated
PR: 263521
-rw-r--r--multimedia/sabbu/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/sabbu/Makefile b/multimedia/sabbu/Makefile
index e2d9868786af..8f9be323c314 100644
--- a/multimedia/sabbu/Makefile
+++ b/multimedia/sabbu/Makefile
@@ -9,6 +9,9 @@ COMMENT= Program used to time subtitles
LICENSE= GPLv2
+DEPRECATED= please consider using multimedia/aegisub
+EXPIRATION_DATE=2022-06-30
+
LIB_DEPENDS= libsndfile.so:audio/libsndfile \
libharfbuzz.so:print/harfbuzz \
libfreetype.so:print/freetype2 \
@@ -28,6 +31,7 @@ LDFLAGS+= -lgmodule-2.0
OPTIONS_DEFINE= GTKSPELL NLS
OPTIONS_DEFAULT=GTKSPELL
+GTKSPELL_DESC= Use gtkspell
GTKSPELL_LIB_DEPENDS= libgtkspell.so:textproc/gtkspell
.include <bsd.port.options.mk>