diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-16 14:05:37 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-16 14:05:37 +0000 |
commit | 684803ab3f679c3c61608c9e06d2a17dae6210f4 (patch) | |
tree | 1c10fb6dc617e0a40af9360042e4fa3f85b9faa7 | |
parent | 772d9bc52de6199affcbcb89fc49fedd931447ac (diff) | |
download | FreeBSD-ports-684803ab3f679c3c61608c9e06d2a17dae6210f4.zip FreeBSD-ports-684803ab3f679c3c61608c9e06d2a17dae6210f4.tar.gz |
- Switch to linguisttools_build
-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 35cbe90..ddedadf 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 |