diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:52:14 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:52:14 +0000 |
commit | 2aa327672c88e900c23a8587e06cfc80928003da (patch) | |
tree | d97be5a1b65fdc9f38cb0737bb293f312158039a | |
parent | Update to 0.1.16. (diff) |
- make port BROKEN (conflicting dependencies since apache22 is default now)
Notes
Notes:
svn path=/head/; revision=280089
-rw-r--r-- | games/phpua-engine/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/phpua-engine/Makefile b/games/phpua-engine/Makefile index d047e8431f22..4706ac09c929 100644 --- a/games/phpua-engine/Makefile +++ b/games/phpua-engine/Makefile @@ -15,9 +15,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Game server monitor & admin tool NO_BUILD= yes -USE_APACHE= 1.3 +USE_APACHE= 13 USE_PHP= yes +BROKEN= conflicting dependencies + _subs=PHPUADIR=${PHPUADIR} PHPUA_USER=${PHPUA_USER} PHPUA_GROUP=${PHPUA_GROUP} APNAME=${APNAME} PLIST_SUB+= ${_subs} |