diff options
author | obrien <obrien@FreeBSD.org> | 2005-07-17 11:11:15 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2005-07-17 11:11:15 +0800 |
commit | 528ddc72ef521cd139030519937d75002aae802a (patch) | |
tree | db77a34e88dc739e2c40bf2f1abb57c6be9b47be | |
parent | 00bfb66660a2857a9a42a7a69a95e9b1b47196ad (diff) | |
download | freebsd-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/Makefile | 6 |
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 |