aboutsummaryrefslogtreecommitdiff
path: root/lang/mdk
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:25:18 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:25:18 +0000
commit5555d89b50c7710cb97fb22ca6af251e6404e404 (patch)
tree700b4c9a8ec0af3f2f98ea0c4dc852268cc67aaf /lang/mdk
parent42b9878de05e3fd31b1537c7fb21ea8d4260e335 (diff)
downloadports-5555d89b50c7710cb97fb22ca6af251e6404e404.tar.gz
ports-5555d89b50c7710cb97fb22ca6af251e6404e404.zip
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200774
Diffstat (limited to 'lang/mdk')
-rw-r--r--lang/mdk/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile
index c0587487bb5b..a0342cdcef21 100644
--- a/lang/mdk/Makefile
+++ b/lang/mdk/Makefile
@@ -32,10 +32,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
INFO= mdk
-.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>