games/py-fife: mark FIFECHAN option as deprecated

This commit is contained in:
Rene Ladan 2025-06-30 23:06:04 +02:00
parent cc3b74b87f
commit 2aff96a8b4

View File

@ -71,4 +71,10 @@ post-patch:
${WRKSRC}/engine/core/loaders/native/map/objectloader.cpp \
${WRKSRC}/engine/core/gui/fifechan/fifechanmanager.cpp
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MFIFECHAN}
DEPRECATED= Depends on expired devel/fifechan
.endif
.include <bsd.port.mk>