diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:25:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:25:18 +0000 |
commit | 5555d89b50c7710cb97fb22ca6af251e6404e404 (patch) | |
tree | 700b4c9a8ec0af3f2f98ea0c4dc852268cc67aaf /lang/mdk | |
parent | 42b9878de05e3fd31b1537c7fb21ea8d4260e335 (diff) | |
download | ports-5555d89b50c7710cb97fb22ca6af251e6404e404.tar.gz ports-5555d89b50c7710cb97fb22ca6af251e6404e404.zip |
Notes
Diffstat (limited to 'lang/mdk')
-rw-r--r-- | lang/mdk/Makefile | 8 |
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> |