diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-12-19 22:34:08 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-12-19 22:34:08 +0000 |
commit | dc9073e6949885b843704d2a53d1cb33e3e33889 (patch) | |
tree | 4ebadb363ce01a1c6729d0ab58940326db8e6cee /games | |
parent | 5dd326c08e4da662afa7e12750285b992a65af3b (diff) | |
download | ports-dc9073e6949885b843704d2a53d1cb33e3e33889.tar.gz ports-dc9073e6949885b843704d2a53d1cb33e3e33889.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/anki/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/anki/Makefile.inc b/games/anki/Makefile.inc index e2203ae2aa1e..f5b44262765e 100644 --- a/games/anki/Makefile.inc +++ b/games/anki/Makefile.inc @@ -10,8 +10,6 @@ USE_PYTHON= yes USE_GETTEXT= yes USE_PYDISTUTILS= easy_install -.include <bsd.port.pre.mk> - .if !defined(PKGNAMEPREFIX) BUILD_DEPENDS= ${PYNUMPY} \ py*-qt4-core>=4.4:${PORTSDIR}/devel/py-qt4-core \ @@ -47,4 +45,4 @@ post-patch: @${REINPLACE_CMD} -e '/req/d' ${WRKSRC}/setup.py .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |