diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-08-21 01:27:52 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-08-21 01:27:52 +0800 |
commit | bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66 (patch) | |
tree | 0568d65daffcf341d48d7a3227af1e668328225a /games/hlstatsx | |
parent | d556b7fc223f0d881ea168a584545ca3278e9756 (diff) | |
download | freebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.tar.gz freebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.tar.zst freebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.zip |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Diffstat (limited to 'games/hlstatsx')
-rw-r--r-- | games/hlstatsx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/hlstatsx/Makefile b/games/hlstatsx/Makefile index bca8c8ca9e23..f799304561fd 100644 --- a/games/hlstatsx/Makefile +++ b/games/hlstatsx/Makefile @@ -7,6 +7,7 @@ PORTNAME= hlstatsx DISTVERSION= 1.20RC2 +PORTREVISION= 1 CATEGORIES= games www MASTER_SITES= http://striker.interhact.net/hlstatsx/ DISTNAME= HLstatsX_V${DISTVERSION} @@ -15,7 +16,7 @@ MAINTAINER= sylvio@FreeBSD.org COMMENT= Real-time player and clan rankings and statistics for HL2 and mods NO_BUILD= yes -USE_APACHE= 2.0+ +USE_APACHE= 20+ USE_PHP= gd mysql USE_PERL5_RUN= yes USE_ZIP= yes |