diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-25 22:42:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-25 22:42:11 +0000 |
commit | a183c86dec31cf3377d2afb762e185618b501d84 (patch) | |
tree | 72f0b935260f5b2fd82be1324d3d9c714eee42ed /games | |
parent | Upgrade to 7.3. (diff) |
Add missing USE_ICONV
Notes
Notes:
svn path=/head/; revision=154452
Diffstat (limited to 'games')
-rw-r--r-- | games/briquolo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index e9ffd12eb6d0..8a836b506625 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -16,6 +16,7 @@ COMMENT= Breakout clone with an OpenGL 3D representation LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_BZIP2= yes +USE_ICONV= yes USE_SDL= mixer sdl ttf USE_GCC= 3.4 USE_REINPLACE= yes |