diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 09:25:18 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 09:25:18 +0800 |
commit | ec40c1b18590a321d5dbd5ebbd73bea024902e87 (patch) | |
tree | 8e3df2c273b28d72e1077fa05e7244c8733a9f7a /lang/mdk | |
parent | 7414fe7f0eb5384bcf0deaf5f4587f1c219c904e (diff) | |
download | freebsd-ports-gnome-ec40c1b18590a321d5dbd5ebbd73bea024902e87.tar.gz freebsd-ports-gnome-ec40c1b18590a321d5dbd5ebbd73bea024902e87.tar.zst freebsd-ports-gnome-ec40c1b18590a321d5dbd5ebbd73bea024902e87.zip |
Remove always-false/true conditions based on OSVERSION 500000
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> |