aboutsummaryrefslogtreecommitdiff
path: root/misc/toilet
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-04-10 18:12:23 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-04-10 18:12:23 +0000
commit52b549f68e001f0c878d9d5ff8d94d442e395baf (patch)
treee1d6173eaa4eb977e12d7db0b86f5d85a19f2fd4 /misc/toilet
parent3ae84d4f3e00eb135a377993a2da457c4a0b8cd0 (diff)
downloadports-52b549f68e001f0c878d9d5ff8d94d442e395baf.tar.gz
ports-52b549f68e001f0c878d9d5ff8d94d442e395baf.zip
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=252533
Diffstat (limited to 'misc/toilet')
-rw-r--r--misc/toilet/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/toilet/Makefile b/misc/toilet/Makefile
index 09b1383723f0..0ca962fe5e42 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>