diff options
author | trasz <trasz@FreeBSD.org> | 2007-04-17 22:10:56 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2007-04-17 22:10:56 +0800 |
commit | d7bf6a1aef621e4a4b9a87144240fdaad4ca3684 (patch) | |
tree | 2e498730543accd92a76d946bb3ad56504888c36 /audio/liblo | |
parent | 7582c5fe4075e9480df664a7db48567dffe95c63 (diff) | |
download | freebsd-ports-gnome-d7bf6a1aef621e4a4b9a87144240fdaad4ca3684.tar.gz freebsd-ports-gnome-d7bf6a1aef621e4a4b9a87144240fdaad4ca3684.tar.zst freebsd-ports-gnome-d7bf6a1aef621e4a4b9a87144240fdaad4ca3684.zip |
Remove workarounds for FreeBSD 4.
PR: ports/111670
Submitted by: edwin
Approved by: miwi (mentor)
Diffstat (limited to 'audio/liblo')
-rw-r--r-- | audio/liblo/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
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 <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |