aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-11-02 04:46:07 +0800
committerdougb <dougb@FreeBSD.org>2011-11-02 04:46:07 +0800
commit1bc38e5917b8cea3b0e88cf78156ae0f2d1fa031 (patch)
treeaf91d2702348c174c7196f86202ab50e796da11a /misc
parent7849acac910fa057e1d4e5183af310dbfda24a5a (diff)
downloadfreebsd-ports-graphics-1bc38e5917b8cea3b0e88cf78156ae0f2d1fa031.tar.gz
freebsd-ports-graphics-1bc38e5917b8cea3b0e88cf78156ae0f2d1fa031.tar.zst
freebsd-ports-graphics-1bc38e5917b8cea3b0e88cf78156ae0f2d1fa031.zip
Remove references to unsupported FreeBSD versions. Mostly of the form:
.if ${OSVERSION} < 700000
Diffstat (limited to 'misc')
-rw-r--r--misc/toilet/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/misc/toilet/Makefile b/misc/toilet/Makefile
index d2407fbf414..097b58e9c75 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>