diff options
author | vs <vs@FreeBSD.org> | 2006-04-12 19:54:05 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-04-12 19:54:05 +0800 |
commit | 648ab2ce9fa00ef0adc886278481827127468d06 (patch) | |
tree | c5eacf03f135078cd191b331699f5355c5d40ea0 /games | |
parent | 8c098062db11b6baedc6090b5d0ddb7b36aaeecc (diff) | |
download | freebsd-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/Makefile | 3 |
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}" |