diff options
author | acm <acm@FreeBSD.org> | 2010-08-17 02:46:23 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2010-08-17 02:46:23 +0800 |
commit | 6876c690a5a8269ea7d3fa03a4bfc588d2ded65f (patch) | |
tree | 28008a45babdb36b746d1977744743e4f4c77300 /games | |
parent | 198d6983fdbf66f333abe67a28943597c556e104 (diff) | |
download | freebsd-ports-gnome-6876c690a5a8269ea7d3fa03a4bfc588d2ded65f.tar.gz freebsd-ports-gnome-6876c690a5a8269ea7d3fa03a4bfc588d2ded65f.tar.zst freebsd-ports-gnome-6876c690a5a8269ea7d3fa03a4bfc588d2ded65f.zip |
- Bump PORTREVISION. lang/fpc was updated and now it supports amd64
Diffstat (limited to 'games')
-rw-r--r-- | games/hedgewars/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/hedgewars/Makefile b/games/hedgewars/Makefile index 4b0eb0df5e48..69c414deb40f 100644 --- a/games/hedgewars/Makefile +++ b/games/hedgewars/Makefile @@ -7,7 +7,7 @@ PORTNAME= hedgewars PORTVERSION= 0.9.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://download.gna.org/hedgewars/ \ http://mirror.amdmi3.ru/distfiles/ @@ -16,8 +16,8 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Free Worms-like turn based strategy game -ONLY_FOR_ARCHS= i386 -ONLY_FOR_ARCHS_REASON= depends on fpc which is only available for i386 +ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS_REASON= depends on fpc which is only available for i386 and amd64 USE_BZIP2= yes USE_CMAKE= yes |