aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2006-04-12 19:54:05 +0800
committervs <vs@FreeBSD.org>2006-04-12 19:54:05 +0800
commit648ab2ce9fa00ef0adc886278481827127468d06 (patch)
treec5eacf03f135078cd191b331699f5355c5d40ea0 /games
parent8c098062db11b6baedc6090b5d0ddb7b36aaeecc (diff)
downloadfreebsd-ports-gnome-648ab2ce9fa00ef0adc886278481827127468d06.tar.gz
freebsd-ports-gnome-648ab2ce9fa00ef0adc886278481827127468d06.tar.zst
freebsd-ports-gnome-648ab2ce9fa00ef0adc886278481827127468d06.zip
- Process only specific files by USE_DOS2UNIX (USE_DOS2UNIX=yes corrupts binary files)
- Bump portrevision PR: ports/95451 Submitted by: maintainer
Diffstat (limited to 'games')
-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}"