diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-04-10 18:12:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-04-10 18:12:23 +0000 |
commit | 52b549f68e001f0c878d9d5ff8d94d442e395baf (patch) | |
tree | e1d6173eaa4eb977e12d7db0b86f5d85a19f2fd4 /misc/toilet | |
parent | 3ae84d4f3e00eb135a377993a2da457c4a0b8cd0 (diff) |
Notes
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 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> |