diff options
author | obrien <obrien@FreeBSD.org> | 2005-07-17 03:11:15 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2005-07-17 03:11:15 +0000 |
commit | 528ddc72ef521cd139030519937d75002aae802a (patch) | |
tree | db77a34e88dc739e2c40bf2f1abb57c6be9b47be /games/sol/Makefile | |
parent | 00bfb66660a2857a9a42a7a69a95e9b1b47196ad (diff) | |
download | FreeBSD-ports-528ddc72ef521cd139030519937d75002aae802a.zip FreeBSD-ports-528ddc72ef521cd139030519937d75002aae802a.tar.gz |
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'.
Diffstat (limited to 'games/sol/Makefile')
-rw-r--r-- | games/sol/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/sol/Makefile b/games/sol/Makefile index 80695db..7a55f47 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 |