diff options
-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 |