diff options
author | kris <kris@FreeBSD.org> | 2006-01-20 08:02:18 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-20 08:02:18 +0800 |
commit | 717e5fbbe4526b96ed672b2d9cfddae89c30ed71 (patch) | |
tree | 7fa93666c575a6f934f0ae429687119d498d210b /games | |
parent | ccb51f127b77477175bbbf2393dfcea9a78135ad (diff) | |
download | freebsd-ports-gnome-717e5fbbe4526b96ed672b2d9cfddae89c30ed71.tar.gz freebsd-ports-gnome-717e5fbbe4526b96ed672b2d9cfddae89c30ed71.tar.zst freebsd-ports-gnome-717e5fbbe4526b96ed672b2d9cfddae89c30ed71.zip |
BROKEN on 7.0: Does not compile
Diffstat (limited to 'games')
-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 831f59b68bc4..83db21cac979 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> |