diff options
author | marino <marino@FreeBSD.org> | 2015-12-21 11:03:28 +0000 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-12-21 11:03:28 +0000 |
commit | 0f3f11a0cc48d9c0714456e570d27a825910198e (patch) | |
tree | 91d0f670d7e9d0939ac2c11039508d2b72af09fa | |
parent | 5bc71394320b6ecdff8eebfdb8e2a152acae3ce6 (diff) | |
download | FreeBSD-ports-0f3f11a0cc48d9c0714456e570d27a825910198e.zip FreeBSD-ports-0f3f11a0cc48d9c0714456e570d27a825910198e.tar.gz |
games/hedgewars: Unbreak after upgrade to FPC 3.0.0
-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 ed7a239..11870a4 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 |