aboutsummaryrefslogtreecommitdiffstats
path: root/games/nextgo
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2008-05-05 22:38:25 +0800
committerdinoex <dinoex@FreeBSD.org>2008-05-05 22:38:25 +0800
commitca17ffafe1db767e1adb83218dea8f5ccf27b3c8 (patch)
tree5a86ace193ad401e5a520532687f8faa2ef64e29 /games/nextgo
parentc1793682a0684b95f514e4120ce294525bf207fa (diff)
downloadfreebsd-ports-gnome-ca17ffafe1db767e1adb83218dea8f5ccf27b3c8.tar.gz
freebsd-ports-gnome-ca17ffafe1db767e1adb83218dea8f5ccf27b3c8.tar.zst
freebsd-ports-gnome-ca17ffafe1db767e1adb83218dea8f5ccf27b3c8.zip
- fix build for option WITH_GNUSTEP_DEVEL
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>