diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-16 22:05:37 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-16 22:05:37 +0800 |
commit | 684803ab3f679c3c61608c9e06d2a17dae6210f4 (patch) | |
tree | 1c10fb6dc617e0a40af9360042e4fa3f85b9faa7 /games | |
parent | 772d9bc52de6199affcbcb89fc49fedd931447ac (diff) | |
download | freebsd-ports-gnome-684803ab3f679c3c61608c9e06d2a17dae6210f4.tar.gz freebsd-ports-gnome-684803ab3f679c3c61608c9e06d2a17dae6210f4.tar.zst freebsd-ports-gnome-684803ab3f679c3c61608c9e06d2a17dae6210f4.zip |
- Switch to linguisttools_build
Diffstat (limited to 'games')
-rw-r--r-- | games/hedgewars/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hedgewars/Makefile b/games/hedgewars/Makefile index 35cbe903e6a3..ddedadf297d5 100644 --- a/games/hedgewars/Makefile +++ b/games/hedgewars/Makefile @@ -24,7 +24,7 @@ USE_SDL= sdl mixer image ttf net USE_FPC= opengl libpng USE_QT4= corelib gui moc_build network \ qmake_build rcc_build svg xml \ - uic_build linguist_build + uic_build linguisttools_build CMAKE_ARGS= -DNOVIDEOREC=1 USE_LDCONFIG= yes |