diff options
Diffstat (limited to 'games/fretsonfire/Makefile')
-rw-r--r-- | games/fretsonfire/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/fretsonfire/Makefile b/games/fretsonfire/Makefile index 5d3d2eab81d8..3ffd7e0010d2 100644 --- a/games/fretsonfire/Makefile +++ b/games/fretsonfire/Makefile @@ -13,10 +13,10 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Game of musical skill and fast fingers RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}game>=0:${PORTSDIR}/devel/py-game \ - ${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl \ - ${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow \ - ${LOCALBASE}/share/${PORTNAME}/default.ttf:${PORTSDIR}/games/fretsonfire-data + ${PYTHON_PKGNAMEPREFIX}game>=0:devel/py-game \ + ${PYTHON_PKGNAMEPREFIX}opengl>=0:graphics/py-opengl \ + ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow \ + ${LOCALBASE}/share/${PORTNAME}/default.ttf:games/fretsonfire-data USES= dos2unix python DOS2UNIX_FILES= *.txt |