From d7bf6a1aef621e4a4b9a87144240fdaad4ca3684 Mon Sep 17 00:00:00 2001 From: trasz Date: Tue, 17 Apr 2007 14:10:56 +0000 Subject: Remove workarounds for FreeBSD 4. PR: ports/111670 Submitted by: edwin Approved by: miwi (mentor) --- audio/liblo/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'audio/liblo') diff --git a/audio/liblo/Makefile b/audio/liblo/Makefile index ca6f48019b60..304330c84d4d 100644 --- a/audio/liblo/Makefile +++ b/audio/liblo/Makefile @@ -19,10 +19,4 @@ USE_GMAKE= yes USE_LDCONFIG= yes USE_GNOME= gnomehack -.include - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -.include +.include -- cgit