diff options
author | kris <kris@FreeBSD.org> | 2006-01-20 00:02:18 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-20 00:02:18 +0000 |
commit | 717e5fbbe4526b96ed672b2d9cfddae89c30ed71 (patch) | |
tree | 7fa93666c575a6f934f0ae429687119d498d210b /games/tuxpuck | |
parent | ccb51f127b77477175bbbf2393dfcea9a78135ad (diff) | |
download | FreeBSD-ports-717e5fbbe4526b96ed672b2d9cfddae89c30ed71.zip FreeBSD-ports-717e5fbbe4526b96ed672b2d9cfddae89c30ed71.tar.gz |
BROKEN on 7.0: Does not compile
Diffstat (limited to 'games/tuxpuck')
-rw-r--r-- | games/tuxpuck/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/tuxpuck/Makefile b/games/tuxpuck/Makefile index 831f59b..83db21c 100644 --- a/games/tuxpuck/Makefile +++ b/games/tuxpuck/Makefile @@ -27,8 +27,14 @@ MANCOMPRESSED= yes MAN6= tuxpuck.6 PLIST_FILES= bin/tuxpuck +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700013 +BROKEN= "Does not compile on FreeBSD >= 7.0" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tuxpuck ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/tuxpuck.6.gz ${MANPREFIX}/man/man6 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |