diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-10-31 16:15:36 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-10-31 16:15:36 +0000 |
commit | f7057b396c045636100c6302b3f0a00dd029f008 (patch) | |
tree | 8d78972e3d05919eda2f4733669a9c6505d8103e | |
parent | - Release ports maintained by games@ (diff) |
- Fix invalid date
Noticed by: Dan Langille
Notes
Notes:
svn path=/head/; revision=371873
-rw-r--r-- | games/djgame2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/djgame2/Makefile b/games/djgame2/Makefile index 2b41b00661f3..177bb08f7140 100644 --- a/games/djgame2/Makefile +++ b/games/djgame2/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.GPL BROKEN= Online servers gone, game is not playable DEPRECATED= Online servers gone, game is not playable -EXPIRATION_DATE=2014-11-31 +EXPIRATION_DATE=2014-12-01 USE_QT4= gui qt3support qmake_build uic_build rcc_build moc_build svg USES= dos2unix zip |