diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-11-17 22:52:47 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-11-17 22:52:47 +0000 |
commit | 5a63d2449df1f1a35d1e2a3caba196674b37fb66 (patch) | |
tree | 377dadd56aec7ed467b0e0e1bea830a84fc41034 /emulators/raine | |
parent | Fix a crash on startup if ~/.atomix does not already exist. (diff) |
- Something weird happened.
- Set PORTVERSION to the right value.
Notes
Notes:
svn path=/head/; revision=148689
Diffstat (limited to 'emulators/raine')
-rw-r--r-- | emulators/raine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile index 04e505473bf2..67e43961109b 100644 --- a/emulators/raine/Makefile +++ b/emulators/raine/Makefile @@ -6,7 +6,7 @@ # PORTNAME= raine -PORTVERSION= 0.42.3 +PORTVERSION= 0.43.2 CATEGORIES= emulators games MASTER_SITES= http://www.rainemu.com/html/archive/ DISTNAME= ${PORTNAME}s-${PORTVERSION} |