summaryrefslogtreecommitdiff
path: root/games/kdegames4
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2010-12-08 11:24:34 +0000
committermarkd <markd@pkgsrc.org>2010-12-08 11:24:34 +0000
commit061e37ba8ad002627f6c1bf3b45aa3491b9b9f58 (patch)
treec842107492d43beabec4f9d4df622723cb333caa /games/kdegames4
parent6a1787aad118e4976e13734876dfbc14c0142c8a (diff)
downloadpkgsrc-061e37ba8ad002627f6c1bf3b45aa3491b9b9f58.tar.gz
don't add python include dir to include path as causes eg kolf to pick
up wrong versions of header files and build to fail.
Diffstat (limited to 'games/kdegames4')
-rw-r--r--games/kdegames4/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/kdegames4/Makefile b/games/kdegames4/Makefile
index 55121138f4c..a51c6401aa8 100644
--- a/games/kdegames4/Makefile
+++ b/games/kdegames4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2010/12/07 14:09:55 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2010/12/08 11:24:34 markd Exp $
DISTNAME= kdegames-${_KDE_VERSION}
CATEGORIES= games
@@ -16,6 +16,9 @@ DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../lang/python/pyversion.mk"
+# don't add python include dir to include path
+# as eg kolf will pick up wrong versions of header files
+BUILDLINK_INCDIRS.${PYPACKAGE}=
.include "../../games/ggz-client-libs/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../security/qca2/buildlink3.mk"