summaryrefslogtreecommitdiff
path: root/games/qgo
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-14 08:00:14 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-14 08:00:14 +0000
commitd2da99627db7126bbc1ffbfd4879e30ee908e650 (patch)
tree832837b4023dd60ef087e91881c10c5c54719805 /games/qgo
parentuse .tar instead of .zip (diff)
- Fix build with qt33
PR: ports/64212 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=103971
Diffstat (limited to 'games/qgo')
-rw-r--r--games/qgo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/qgo/Makefile b/games/qgo/Makefile
index e5a72e821ecd..8cbec21515c5 100644
--- a/games/qgo/Makefile
+++ b/games/qgo/Makefile
@@ -29,4 +29,8 @@ post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|/usr/share|$${prefix}/share|g'
+pre-build:
+ -@${RM} ${WRKSRC}/qgo/src/*_gui.cpp
+ -@${RM} ${WRKSRC}/qgo/src/*_gui.h
+
.include <bsd.port.mk>