diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-29 19:27:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-29 19:27:09 +0000 |
commit | b2c4933e5f92540abe449ec77bf3b731c43ed059 (patch) | |
tree | e7a1afd6b22efc2c187624c79c642361e5019d32 /games/bubbros | |
parent | db3beb2c8c0a81ca140266b35982da6fe3d31981 (diff) |
Notes
Diffstat (limited to 'games/bubbros')
-rw-r--r-- | games/bubbros/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/bubbros/Makefile b/games/bubbros/Makefile index 98c1e072fb80..626967d096d7 100644 --- a/games/bubbros/Makefile +++ b/games/bubbros/Makefile @@ -15,6 +15,7 @@ MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Multiplayer clone of the famous Bubble Bobble game RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game +BUILD_DEPENDS= ${RUN_DEPENDS} USE_PYTHON= yes USE_BZIP2= yes |