aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-07-17 11:11:15 +0800
committerobrien <obrien@FreeBSD.org>2005-07-17 11:11:15 +0800
commit528ddc72ef521cd139030519937d75002aae802a (patch)
treedb77a34e88dc739e2c40bf2f1abb57c6be9b47be
parent00bfb66660a2857a9a42a7a69a95e9b1b47196ad (diff)
downloadfreebsd-ports-gnome-528ddc72ef521cd139030519937d75002aae802a.tar.gz
freebsd-ports-gnome-528ddc72ef521cd139030519937d75002aae802a.tar.zst
freebsd-ports-gnome-528ddc72ef521cd139030519937d75002aae802a.zip
Fix build. Luckily the only pre-build result we really need is readme.var.
The build was broken because the pre-build target didn't pass a proper environment to 'gmake depends'.
-rw-r--r--games/sol/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/games/sol/Makefile b/games/sol/Makefile
index 80695db863b8..7a55f4748984 100644
--- a/games/sol/Makefile
+++ b/games/sol/Makefile
@@ -29,12 +29,8 @@ MAN6= sol.6
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 502126
-BROKEN= "Does not compile on FreeBSD >= 5.x"
-.endif
-
pre-build:
- cd ${WRKSRC} && ${GMAKE} depend
+ cd ${WRKSRC} && ${GMAKE} readme.var
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sol ${PREFIX}/bin