diff options
author | kris <kris@FreeBSD.org> | 2006-01-26 06:42:11 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-26 06:42:11 +0800 |
commit | 9db3c6d42f32e6c87125c95b977026996b2b8640 (patch) | |
tree | 01da63a248d7b85ac2ef2d67e190c0d0d958bbe3 | |
parent | 61941130166cbfef0a2d22e01406bdb9c745b388 (diff) | |
download | freebsd-ports-gnome-9db3c6d42f32e6c87125c95b977026996b2b8640.tar.gz freebsd-ports-gnome-9db3c6d42f32e6c87125c95b977026996b2b8640.tar.zst freebsd-ports-gnome-9db3c6d42f32e6c87125c95b977026996b2b8640.zip |
Add missing USE_ICONV
-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 |