diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-18 13:34:30 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-18 13:34:30 +0000 |
commit | 6c651b332f7b2607117fb80a860b5ece93f012f5 (patch) | |
tree | 54aae10a4a747f5bc7c48de7e00d21dd8156315a /games/reminiscence/Makefile | |
parent | e2ff1d788256754b2480b01a0160baeb287c91b1 (diff) |
- Update to 0.1.9
PR: ports/110462
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=187645
Diffstat (limited to 'games/reminiscence/Makefile')
-rw-r--r-- | games/reminiscence/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/reminiscence/Makefile b/games/reminiscence/Makefile index ee55451057c4..503acf96de12 100644 --- a/games/reminiscence/Makefile +++ b/games/reminiscence/Makefile @@ -6,10 +6,9 @@ # PORTNAME= REminiscence -PORTVERSION= 0.1.8 -PORTREVISION= 1 +PORTVERSION= 0.1.9 CATEGORIES= games -MASTER_SITES= http://membres.lycos.fr/cyxdown/reminiscence/ \ +MASTER_SITES= http://cyxdown.free.fr/reminiscence/ \ http://www.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@amdmi3.ru @@ -20,6 +19,7 @@ USE_GMAKE= yes USE_SDL= sdl ALL_TARGET= rs +MAKE_ENV= CXX="${CXX}" PORTDOCS= README |