diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-21 16:03:29 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-21 16:03:29 +0000 |
commit | 43a6cc8976e669608960e7490c36f68a7c7a919b (patch) | |
tree | 5a7f3ef88d610a44a1a3a197d55202d84953e7b9 /games/balazarbrothers | |
parent | 2bcc878399c6880eaa03b64920b526bfd713b4e4 (diff) | |
download | ports-43a6cc8976e669608960e7490c36f68a7c7a919b.tar.gz ports-43a6cc8976e669608960e7490c36f68a7c7a919b.zip |
Notes
Diffstat (limited to 'games/balazarbrothers')
-rw-r--r-- | games/balazarbrothers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/balazarbrothers/Makefile b/games/balazarbrothers/Makefile index e65d4369a1f9..d5863833563e 100644 --- a/games/balazarbrothers/Makefile +++ b/games/balazarbrothers/Makefile @@ -7,6 +7,7 @@ PORTNAME= balazarbrothers PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= http://download.gna.org/${PORTNAME:S/brothers//}/ DISTNAME= ${PORTNAME:S/b/B/g}-${PORTVERSION} @@ -14,7 +15,7 @@ DISTNAME= ${PORTNAME:S/b/B/g}-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= Balazar Brother is a free software 3D puzzle game -LIB_DEPENDS= cal3d.11:${PORTSDIR}/graphics/cal3d \ +LIB_DEPENDS= cal3d.12:${PORTSDIR}/graphics/cal3d \ GLEW.1:${PORTSDIR}/graphics/glew \ freetype.9:${PORTSDIR}/print/freetype2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cerealizer/__init__.py:${PORTSDIR}/security/py-cerealizer \ @@ -22,7 +23,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cerealizer/__init__.py:${PORTSDIR}/security/py ${PYTHON_SITELIBDIR}/tofu/__init__.py:${PORTSDIR}/net/py-tofu \ ${PYTHON_SITELIBDIR}/ogg/__init__.py:${PORTSDIR}/audio/py-vorbis -USE_X_PREFIX= yes USE_BZIP2= yes USE_GETTEXT= yes USE_PYTHON= yes |