diff options
Diffstat (limited to 'games/nelly/Makefile')
-rw-r--r-- | games/nelly/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nelly/Makefile b/games/nelly/Makefile index d6f4ca67d123..4c859a2b3818 100644 --- a/games/nelly/Makefile +++ b/games/nelly/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Nelly's Rooftop Garden, physics-based puzzle game RUN_DEPENDS= ${PYGAME} \ - ${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl + ${PYTHON_PKGNAMEPREFIX}opengl>=0:graphics/py-opengl USES= python:2 |