summaryrefslogtreecommitdiff
path: root/net/mad_fcl
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 02:10:52 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 02:10:52 +0000
commit2f5fd33d0b48f766e2722a601367b2d51c9e82a8 (patch)
tree662ca58b6bf492bef7d41ebac8ca99d63081bbfb /net/mad_fcl
parentRemove always-false/true conditions based on OSVERSION 500000 (diff)
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200777
Diffstat (limited to 'net/mad_fcl')
-rw-r--r--net/mad_fcl/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/mad_fcl/Makefile b/net/mad_fcl/Makefile
index 5b3a20f566ab..9fbf0fbf2617 100644
--- a/net/mad_fcl/Makefile
+++ b/net/mad_fcl/Makefile
@@ -29,10 +29,6 @@ PLIST_FILES= bin/flute
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-BROKEN= "does not compile"
-.endif
-
.if ${OSVERSION} < 502120
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-alclib_defines.h
.endif