diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2005-07-17 03:11:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-07-17 03:11:15 +0000 |
commit | d8ef7fe00128ad5e8f303815002826e416a84136 (patch) | |
tree | 1d348e892a5810ed94973f70c4900a873a720051 /games/sol | |
parent | f65108718c786f83d10bf6f7e2d42c36262b39f1 (diff) | |
download | ports-d8ef7fe00128ad5e8f303815002826e416a84136.tar.gz ports-d8ef7fe00128ad5e8f303815002826e416a84136.zip |
Notes
Diffstat (limited to 'games/sol')
-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 |