diff options
Diffstat (limited to 'games/py-fife/Makefile')
-rw-r--r-- | games/py-fife/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/games/py-fife/Makefile b/games/py-fife/Makefile index 23bff9adb081..59cc903be364 100644 --- a/games/py-fife/Makefile +++ b/games/py-fife/Makefile @@ -1,10 +1,10 @@ PORTNAME= fife PORTVERSION= 0.4.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= fiziologus@gmail.com +MAINTAINER= danfe@FreeBSD.org COMMENT= Flexible Isometric Free Engine WWW= https://www.fifengine.net/ @@ -71,10 +71,4 @@ 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> |