diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-27 21:59:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-27 21:59:17 +0800 |
commit | e361a3557b6ab9251b43d56d7e7d60193a416de1 (patch) | |
tree | 4b73a0cc4b4baff613ace9166db3121ef8f1f706 /games/xmoto/Makefile | |
parent | 2c9c26b2e50861f695a8f74369a15b08c6a2d291 (diff) | |
download | freebsd-ports-gnome-e361a3557b6ab9251b43d56d7e7d60193a416de1.tar.gz freebsd-ports-gnome-e361a3557b6ab9251b43d56d7e7d60193a416de1.tar.zst freebsd-ports-gnome-e361a3557b6ab9251b43d56d7e7d60193a416de1.zip |
- Update to 0.2.4
PR: ports/107198
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
Diffstat (limited to 'games/xmoto/Makefile')
-rw-r--r-- | games/xmoto/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index 373e5509ce61..68d67b75222a 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xmoto -PORTVERSION= 0.2.2 -PORTREVISION= 2 +PORTVERSION= 0.2.4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -27,6 +26,7 @@ USE_GL= yes USE_LUA= 5.1 USE_SDL= sdl mixer USE_DOS2UNIX= src/*.cpp src/*.h +USE_GCC= 3.4+ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" @@ -42,7 +42,7 @@ PORTDOCS= README ChangeLog OPTIONS= WWW "Online high-scores and new levels download support" on \ ZOOM "Enable zooming" off -MAN6= xmoto.6 xmoto-edit.6 +MAN6= xmoto.6 .include <bsd.port.pre.mk> |