diff options
author | acm <acm@FreeBSD.org> | 2011-10-21 14:44:41 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2011-10-21 14:44:41 +0800 |
commit | 014a090e636277394394a045774de4e2f57f5297 (patch) | |
tree | e8c28126813616d20787f5e2c711a8397da7e047 /games/fretsonfire | |
parent | 42146c037bacea98f5407e206f2330bd40f92d72 (diff) | |
download | freebsd-ports-gnome-014a090e636277394394a045774de4e2f57f5297.tar.gz freebsd-ports-gnome-014a090e636277394394a045774de4e2f57f5297.tar.zst freebsd-ports-gnome-014a090e636277394394a045774de4e2f57f5297.zip |
- Remove BROKEN
- Use other way to detect math/py-numpy dependency. It could fix the problem
on 9.x
Diffstat (limited to 'games/fretsonfire')
-rw-r--r-- | games/fretsonfire/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/fretsonfire/Makefile b/games/fretsonfire/Makefile index 7fe97e0279e1..7bf9e8f9c305 100644 --- a/games/fretsonfire/Makefile +++ b/games/fretsonfire/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= acm@FreeBSD.org COMMENT= A game of musical skill and fast fingers -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy \ +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \ ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \ ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl \ ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ @@ -26,8 +26,6 @@ USE_PYTHON= yes USE_DOS2UNIX= *.txt NO_BUILD= yes -BROKEN= does not build - DATADIR= share/${PORTNAME} EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude 'data' SUB_FILES= pkg-message FretsOnFire |