summaryrefslogtreecommitdiff
path: root/games/kiki
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2006-04-12 11:54:05 +0000
committerVolker Stolz <vs@FreeBSD.org>2006-04-12 11:54:05 +0000
commit1e5dfa1d9e8da8377a4cc9e6d324b9f63160a972 (patch)
tree3942a37921a795065667bdfbed7cbfbcc596f42d /games/kiki
parentUpdate to 1.05. Require perl from ports due to a dependency. (diff)
- Process only specific files by USE_DOS2UNIX (USE_DOS2UNIX=yes corrupts binary files)
- Bump portrevision PR: ports/95451 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=159370
Diffstat (limited to 'games/kiki')
-rw-r--r--games/kiki/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/kiki/Makefile b/games/kiki/Makefile
index 8b94e49245e3..02dc211ca7e6 100644
--- a/games/kiki/Makefile
+++ b/games/kiki/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kiki
PORTVERSION= 1.0.2
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -22,7 +23,7 @@ USE_PYTHON= 2.3
USE_GMAKE= yes
USE_GL= yes
USE_SDL= sdl mixer image
-USE_DOS2UNIX= yes
+USE_DOS2UNIX= kodilib/linux/Makefile src/main/KikiController.cpp linux/Makefile kodilib/src/types/KVector.h
USE_GCC= 3.4+
MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"