diff options
author | John Marino <marino@FreeBSD.org> | 2015-12-21 11:03:28 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-12-21 11:03:28 +0000 |
commit | 3c27084f9f2645a0110de277d6fb127a4a4b3c2d (patch) | |
tree | 91d0f670d7e9d0939ac2c11039508d2b72af09fa | |
parent | 79428eecf80f65396e895360c7bc9790c7baaa55 (diff) | |
download | ports-3c27084f9f2645a0110de277d6fb127a4a4b3c2d.tar.gz ports-3c27084f9f2645a0110de277d6fb127a4a4b3c2d.zip |
Notes
-rw-r--r-- | games/hedgewars/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/hedgewars/Makefile b/games/hedgewars/Makefile index ed7a239825c7..11870a49fbba 100644 --- a/games/hedgewars/Makefile +++ b/games/hedgewars/Makefile @@ -3,6 +3,7 @@ PORTNAME= hedgewars PORTVERSION= 0.9.22 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://download.gna.org/hedgewars/ \ http://mirror.amdmi3.ru/distfiles/ @@ -14,8 +15,6 @@ COMMENT= Free Worms-like turn based strategy game LICENSE= GPLv2 GFDL LICENSE_COMB= multi -BROKEN= fails to build - LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs ONLY_FOR_ARCHS= i386 amd64 @@ -23,7 +22,7 @@ ONLY_FOR_ARCHS_REASON= depends on fpc which is only available for i386 and amd64 USES= cmake desktop-file-utils lua:51 tar:bzip2 USE_SDL= sdl mixer image ttf net -USE_FPC= opengl libpng +USE_FPC= opengl libpng rtl-objpas USE_QT4= corelib gui moc_build network \ qmake_build rcc_build svg xml \ uic_build linguisttools_build |