aboutsummaryrefslogtreecommitdiff
path: root/games/hedgewars
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-08-04 23:33:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-08-04 23:33:44 +0000
commit16d82841ce3efe54e5557a86f6d8924a2d47b04c (patch)
tree73508b347165e20e74370b7cfe08583b50bee9c6 /games/hedgewars
parentd56984b0567867dd57ecb27fe0c508025c2426c5 (diff)
downloadports-16d82841ce3efe54e5557a86f6d8924a2d47b04c.tar.gz
ports-16d82841ce3efe54e5557a86f6d8924a2d47b04c.zip
Notes
Diffstat (limited to 'games/hedgewars')
-rw-r--r--games/hedgewars/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/hedgewars/Makefile b/games/hedgewars/Makefile
index c0406860ac29..c9aa652855fb 100644
--- a/games/hedgewars/Makefile
+++ b/games/hedgewars/Makefile
@@ -22,4 +22,8 @@ USE_FPC= opengl
USE_QT_VER= 4
QT_COMPONENTS= corelib gui moc_build network qmake_build rcc_build svg xml
+post-patch:
+ ${ECHO} "include_directories(${LOCALBASE}/include)" >> \
+ ${WRKSRC}/QTfrontend/CMakeLists.txt
+
.include <bsd.port.mk>