diff options
author | pav <pav@FreeBSD.org> | 2010-04-11 02:12:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-04-11 02:12:23 +0800 |
commit | 59436483cc5df35f0d3ab03862068ffa2f156db9 (patch) | |
tree | 825fd301cdb9c4e9b592de7ac0e5792b00ac1a90 /misc/toilet | |
parent | 804fe1adaf148f3efbf73777a10bef17d8e48f85 (diff) | |
download | freebsd-ports-graphics-59436483cc5df35f0d3ab03862068ffa2f156db9.tar.gz freebsd-ports-graphics-59436483cc5df35f0d3ab03862068ffa2f156db9.tar.zst freebsd-ports-graphics-59436483cc5df35f0d3ab03862068ffa2f156db9.zip |
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
Diffstat (limited to 'misc/toilet')
-rw-r--r-- | misc/toilet/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/toilet/Makefile b/misc/toilet/Makefile index 09b1383723f..0ca962fe5e4 100644 --- a/misc/toilet/Makefile +++ b/misc/toilet/Makefile @@ -22,6 +22,12 @@ CFLAGS+= -fno-strength-reduce MAN1= ${PORTNAME}.1 PORT_VERBS= ${PORTNAME} caca2tlf share/figlet/*tlf +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +BROKEN= does not compile +.endif + post-patch: @${REINPLACE_CMD} -e '/CFLAGS=/d;/ac_build_date=/s|=.*|="$$stamp"|'\ ${WRKSRC}/configure @@ -30,4 +36,4 @@ post-patch: post-install: @${INSTALL_PROGRAM} ${WRKSRC}/tools/caca2tlf ${PREFIX}/bin/ -.include <bsd.port.mk> +.include <bsd.port.post.mk> |