aboutsummaryrefslogtreecommitdiff
path: root/science/medit
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 02:24:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 02:24:29 +0000
commit52d564a55281a0e508af246fff0da98dc47c91f7 (patch)
tree3f8a80ef119467b0186ce4ffff223c0d0120ca4e /science/medit
parent2f5fd33d0b48f766e2722a601367b2d51c9e82a8 (diff)
downloadports-52d564a55281a0e508af246fff0da98dc47c91f7.tar.gz
ports-52d564a55281a0e508af246fff0da98dc47c91f7.zip
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200778
Diffstat (limited to 'science/medit')
-rw-r--r--science/medit/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/science/medit/Makefile b/science/medit/Makefile
index 0e27b931b642..8f607c16b51a 100644
--- a/science/medit/Makefile
+++ b/science/medit/Makefile
@@ -57,9 +57,7 @@ USE_GL= yes
. if ${OSVERSION} < 601000
. if ${ARCH} == i386
DISTVER= 4.11
-. if ${OSVERSION} >= 500000
LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
-. endif
. else
BROKEN= no binary available for your platform x version at the moment
. endif