diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-10 11:50:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-10 11:50:36 +0000 |
commit | 72d553be1ffab51341e4b421f6b9acdcd6fd9490 (patch) | |
tree | 854032a89e92e883f8e2578e86fb4ead298df095 /games/phpua-bf | |
parent | Add phpua-bf, Battlefield 1942 plug-in for phpUA. (diff) |
- Correct bogus dependency
Notes
Notes:
svn path=/head/; revision=106644
Diffstat (limited to 'games/phpua-bf')
-rw-r--r-- | games/phpua-bf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/phpua-bf/Makefile b/games/phpua-bf/Makefile index 5776b6289591..9feb7326e15f 100644 --- a/games/phpua-bf/Makefile +++ b/games/phpua-bf/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= phpua MAINTAINER= hido@neojapangz.com COMMENT= A Battlefield 1942 plugin for phpUA -RUN_DEPENDS= ${PKG_DBDIR}/phpua-engine-1.1.0b:${PORTSDIR}/games/phpua-engine +RUN_DEPENDS= ${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine # Some variables you can change PHPUA?= www/data/phpua |