diff options
Diffstat (limited to 'games/balazarbrothers/Makefile')
-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 3169e827adf4..e152b09be008 100644 --- a/games/balazarbrothers/Makefile +++ b/games/balazarbrothers/Makefile @@ -3,7 +3,7 @@ PORTNAME= balazarbrothers PORTVERSION= 0.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games python MASTER_SITES= http://download.gna.org/${PORTNAME:S/brothers//}/ DISTNAME= ${PORTNAME:S/b/B/g}-${PORTVERSION} @@ -12,7 +12,7 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Balazar Brother is a free software 3D puzzle game LIB_DEPENDS= cal3d.12:${PORTSDIR}/graphics/cal3d \ - freetype.9:${PORTSDIR}/print/freetype2 + libfreetype.so:${PORTSDIR}/print/freetype2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cerealizer/__init__.py:${PORTSDIR}/security/py-cerealizer \ ${PYTHON_SITELIBDIR}/soya/__init__.py:${PORTSDIR}/graphics/py-soya3d \ ${PYTHON_SITELIBDIR}/tofu/__init__.py:${PORTSDIR}/net/py-tofu \ |