From 3d2373ec2c1a9ce549a39ee3df01d26df1289936 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Fri, 6 Aug 2004 18:00:53 +0000 Subject: . Add ACPI support. [1] . Make this compile on FreeBSD 4.x. I've hacked the version being committed to actually compile on 4.x. The submitted patch only partially fixed 4.x build problems. [2] PR: 70039 [1], 70041 [2] Submitted by: Roman Bogorodskiy (maintainer) --- sysutils/torsmo/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sysutils/torsmo/Makefile') diff --git a/sysutils/torsmo/Makefile b/sysutils/torsmo/Makefile index 060988df4a71..434f4342cafc 100644 --- a/sysutils/torsmo/Makefile +++ b/sysutils/torsmo/Makefile @@ -26,10 +26,6 @@ PORTDOCS= AUTHORS ChangeLog NEWS README .include -.if ${OSVERSION} < 500000 -BROKEN= does not build, use statvfs interface which is only present on FreeBSD 5.0 or newer -.endif - post-extract: @${CP} ${FILESDIR}/freebsd.c ${WRKSRC} -- cgit v1.2.3