aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/clanlib1/Makefile3
-rw-r--r--games/trophy/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/devel/clanlib1/Makefile b/devel/clanlib1/Makefile
index a86fcdf11596..8ba539db4081 100644
--- a/devel/clanlib1/Makefile
+++ b/devel/clanlib1/Makefile
@@ -14,6 +14,9 @@ COMMENT= Cross-platform game SDK
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Older than expired and removed devel/clanlib
+EXPIRATION_DATE=2021-12-31
+
LIB_DEPENDS= libpng.so:graphics/png \
libmikmod.so:audio/libmikmod \
libvorbis.so:audio/libvorbis \
diff --git a/games/trophy/Makefile b/games/trophy/Makefile
index eb01c09ffbfe..8aaacbe636bf 100644
--- a/games/trophy/Makefile
+++ b/games/trophy/Makefile
@@ -11,6 +11,9 @@ COMMENT= Single player racing game
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Depends on expired devel/clanlib1
+EXPIRATION_DATE=2021-12-31
+
LIB_DEPENDS= libclanCore.so:devel/clanlib1
USES= pkgconfig localbase