diff options
author | acm <acm@FreeBSD.org> | 2019-09-03 23:51:50 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2019-09-03 23:51:50 +0800 |
commit | 41baa577bb8d8907dd6de1a9cd29b5390a2c8d88 (patch) | |
tree | f9c6286fe7054695e2fcc571061cd6d3ed5f216d /games/hedgewars/Makefile | |
parent | 86aebaa517b22bdb5004f59fb7be71bf21eb7eab (diff) | |
download | freebsd-ports-gnome-41baa577bb8d8907dd6de1a9cd29b5390a2c8d88.tar.gz freebsd-ports-gnome-41baa577bb8d8907dd6de1a9cd29b5390a2c8d88.tar.zst freebsd-ports-gnome-41baa577bb8d8907dd6de1a9cd29b5390a2c8d88.zip |
- Rebuild bootstrap (ppcx64 and ppc386) with ld patches
- Fix build on 12-STABLE and CURRENT (amd64 and i386)
- Bump PORTREVISION for all ports that depends of lang/fpc
- Add USE_BINUTILS to fpc and lazarus based ports
- Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk
PR: 240293 239934 233413 214864
Exp-run by: antoine
Diffstat (limited to 'games/hedgewars/Makefile')
-rw-r--r-- | games/hedgewars/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/hedgewars/Makefile b/games/hedgewars/Makefile index fb536a44c63b..4e8adee97b6f 100644 --- a/games/hedgewars/Makefile +++ b/games/hedgewars/Makefile @@ -3,7 +3,7 @@ PORTNAME= hedgewars PORTVERSION= 0.9.25 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://www.hedgewars.org/download/releases/ \ http://mirror.amdmi3.ru/distfiles/ @@ -27,7 +27,6 @@ USE_QT= core gui widgets network \ qmake_build buildtools_build \ linguisttools_build USE_GL= gl glu glew -LLD_UNSAFE= yes USE_LDCONFIG= yes PLIST_FILES= bin/${PORTNAME} bin/hwengine \ |