diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2022-01-18 12:20:43 +0100 | 
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2022-01-23 21:56:23 +0100 | 
| commit | bc708349c36959040572c22635fb65f6d8ec9aac (patch) | |
| tree | 4d7bcc80f48590c8c32d372daeb78364bd755742 | |
| parent | Mk/Uses: remove the default deprecation date. (diff) | |
games/renpy: remove past expiration date
| -rw-r--r-- | games/renpy/Makefile | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/games/renpy/Makefile b/games/renpy/Makefile index 52f5282b1b76..9204a808d29b 100644 --- a/games/renpy/Makefile +++ b/games/renpy/Makefile @@ -14,10 +14,8 @@ LICENSE_NAME_DejaVu=	Bitstream Vera and Arev fonts license  LICENSE_FILE_DejaVu=	${WRKSRC}/renpy/common/DejaVuSans.txt  LICENSE_PERMS_DejaVu=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -# Extend expiration if lang/python27 is also extended  # https://github.com/renpy/renpy/issues/2003  DEPRECATED=	Uses deprecated version of python -EXPIRATION_DATE=	2020-12-31  BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \  		${PYTHON_PKGNAMEPREFIX}game_sdl2>0:devel/py-game_sdl2@${PY_FLAVOR} | 
