aboutsummaryrefslogtreecommitdiff
path: root/games/nextgo
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-05-05 14:38:25 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-05-05 14:38:25 +0000
commite15eb67265e0a539b617852b39f321fc1fc09672 (patch)
tree5b483e0019e4fc3b4c0e88159e3f95a072ea6b31 /games/nextgo
parent53d5af5fb8205fbfae401958a1835a2819d1ef10 (diff)
downloadports-e15eb67265e0a539b617852b39f321fc1fc09672.tar.gz
ports-e15eb67265e0a539b617852b39f321fc1fc09672.zip
Notes
Diffstat (limited to 'games/nextgo')
-rw-r--r--games/nextgo/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/nextgo/Makefile b/games/nextgo/Makefile
index 80bb8102d216..3d0443932d02 100644
--- a/games/nextgo/Makefile
+++ b/games/nextgo/Makefile
@@ -24,5 +24,7 @@ USE_GNUSTEP_INSTALL= yes
post-patch:
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
${WRKSRC}/GNUmakefile
+ ${REINPLACE_CMD} -e 's|PSWait|myPSWait|' \
+ ${WRKSRC}/Board.m
.include <bsd.port.mk>