diff options
author | krion <krion@FreeBSD.org> | 2004-03-14 08:00:14 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-14 08:00:14 +0000 |
commit | d3d246026073ce974fc858be2a5ee96858fa67cb (patch) | |
tree | 8b927acfcafaf83dd475409f5e1b41c63d91894a /games | |
parent | c8529d27ecfda6004ddd4677b1c86246fadd2a48 (diff) | |
download | FreeBSD-ports-d3d246026073ce974fc858be2a5ee96858fa67cb.zip FreeBSD-ports-d3d246026073ce974fc858be2a5ee96858fa67cb.tar.gz |
- Fix build with qt33
PR: ports/64212
Submitted by: Ports Fury
Diffstat (limited to 'games')
-rw-r--r-- | games/qgo/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/qgo/Makefile b/games/qgo/Makefile index e5a72e8..8cbec21 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> |