diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-04-05 04:52:36 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-04-05 04:52:36 +0000 |
commit | 5ab881a5d9e41945e066f0332b891e12e66d0841 (patch) | |
tree | 1407eca99be95ddb9e55faff3e70910850182df9 /games | |
parent | b223666a533d6e9084dba015d034ffcf7b72a3b3 (diff) | |
download | ports-5ab881a5d9e41945e066f0332b891e12e66d0841.tar.gz ports-5ab881a5d9e41945e066f0332b891e12e66d0841.zip |
Notes
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 583e4227383b..8b5aec5dc986 100644 --- a/games/hedgewars/Makefile +++ b/games/hedgewars/Makefile @@ -18,7 +18,7 @@ LICENSE_COMB= multi LIB_DEPENDS= libphysfs.so:devel/physfs \ libpng.so:graphics/png -USES= cmake:noninja desktop-file-utils lua:51 tar:bzip2 +USES= cmake:noninja desktop-file-utils fpc lua:51 tar:bzip2 USE_SDL= sdl2 mixer2 image2 ttf2 net2 USE_FPC= opengl libpng rtl-objpas USE_QT4= corelib gui moc_build network \ |