From 6bd17ff66ce62395df049c5abfa1aee807f42d8f Mon Sep 17 00:00:00 2001 From: gabor Date: Wed, 18 Apr 2007 11:46:10 +0000 Subject: - Remove FreeBSD 4.X support from unmaintained ports in categories starting with letter i-m --- math/dislin/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'math/dislin') diff --git a/math/dislin/Makefile b/math/dislin/Makefile index 0e4b468b0b1c..e7cbc3507a1d 100644 --- a/math/dislin/Makefile +++ b/math/dislin/Makefile @@ -35,11 +35,9 @@ USE_LDCONFIG= yes .include -.if ${OSVERSION} > 500000 && ${OSVERSION} < 600000 +.if ${OSVERSION} < 600000 BINVER= -5.4 -.endif - -.if ${OSVERSION} >= 600000 +.else BINVER= -6.0 .endif -- cgit