diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-08-09 16:06:43 +0800 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-08-09 16:06:43 +0800 |
commit | 230cf6828ff8e331d6ad8fe0f281d3656e7592bf (patch) | |
tree | dcd9771851d8a5b000509363eeaba5add2d5d4de /games | |
parent | 3986cfea667e50f96de500e756073fe4208720fd (diff) | |
download | freebsd-ports-gnome-230cf6828ff8e331d6ad8fe0f281d3656e7592bf.tar.gz freebsd-ports-gnome-230cf6828ff8e331d6ad8fe0f281d3656e7592bf.tar.zst freebsd-ports-gnome-230cf6828ff8e331d6ad8fe0f281d3656e7592bf.zip |
- editors/lazarus update to 1.4.2
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise
fpc units only are added like build dependencies (less dependencies registered
when they are installed with pkg).
- Remove GTK1 obsolete dependencies
- Bump all ports with dependencies of fpc-* units
- Bump all ports with dependencies of lazarus ports
- Clean up
Diffstat (limited to 'games')
-rw-r--r-- | games/hedgewars/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/hedgewars/Makefile b/games/hedgewars/Makefile index ddedadf297d5..35a2f3862671 100644 --- a/games/hedgewars/Makefile +++ b/games/hedgewars/Makefile @@ -3,6 +3,7 @@ PORTNAME= hedgewars PORTVERSION= 0.9.21.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://download.gna.org/hedgewars/ \ http://mirror.amdmi3.ru/distfiles/ |