diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-04-17 14:10:56 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-04-17 14:10:56 +0000 |
commit | ec7cf3514a9cc123e0c91d7f2700ec02c489c75f (patch) | |
tree | 7a132b17a4bf45aa665d7118e4b518387f488027 /audio/liblo | |
parent | 4c8d45ca7efe644f25efcb6f30a60e6ea9637104 (diff) | |
download | ports-ec7cf3514a9cc123e0c91d7f2700ec02c489c75f.tar.gz ports-ec7cf3514a9cc123e0c91d7f2700ec02c489c75f.zip |
Remove workarounds for FreeBSD 4.
PR: ports/111670
Submitted by: edwin
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=190186
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> |