diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 20:46:07 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 20:46:07 +0000 |
commit | 291c479c05b7db09d3f5fed575c33e06d849b994 (patch) | |
tree | 6995e292f0307c3729fbab1a69be6e6f79b6ede1 /misc/toilet | |
parent | Upgrade to 0.4.4. (diff) |
Remove references to unsupported FreeBSD versions. Mostly of the form:
.if ${OSVERSION} < 700000
Notes
Notes:
svn path=/head/; revision=284867
Diffstat (limited to 'misc/toilet')
-rw-r--r-- | misc/toilet/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/misc/toilet/Makefile b/misc/toilet/Makefile index d2407fbf414e..097b58e9c75e 100644 --- a/misc/toilet/Makefile +++ b/misc/toilet/Makefile @@ -23,12 +23,6 @@ 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 @@ -37,4 +31,4 @@ post-patch: post-install: @${INSTALL_PROGRAM} ${WRKSRC}/tools/caca2tlf ${PREFIX}/bin/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> |