diff options
author | pav <pav@FreeBSD.org> | 2004-04-10 19:56:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-04-10 19:56:29 +0800 |
commit | 5ddd1e41640371dc25bde6a9cab38c6529d93bf7 (patch) | |
tree | ae9b648f28558d72788ca73083d3ab371cd70836 /games/phpua-bf | |
parent | ce685fd69509c913b01ee5a1e4f1e3117ddd327f (diff) | |
download | freebsd-ports-gnome-5ddd1e41640371dc25bde6a9cab38c6529d93bf7.tar.gz freebsd-ports-gnome-5ddd1e41640371dc25bde6a9cab38c6529d93bf7.tar.zst freebsd-ports-gnome-5ddd1e41640371dc25bde6a9cab38c6529d93bf7.zip |
- Correct dependency once more
Pointy hat to: pav
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 9feb7326e15f..f63e66da801d 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= ${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine +RUN_DEPENDS= ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine # Some variables you can change PHPUA?= www/data/phpua |