summaryrefslogtreecommitdiff
path: root/math/dislin
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-18 11:46:10 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-18 11:46:10 +0000
commitc44fa33a5e74f28fd77012aba7e3a9c8d633e36a (patch)
treee6dd259a421e47b261f2bd597fcca9e4eec75ae0 /math/dislin
parentUpdate to 0.6.1.28 (diff)
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m
Notes
Notes: svn path=/head/; revision=190286
Diffstat (limited to 'math/dislin')
-rw-r--r--math/dislin/Makefile6
1 files changed, 2 insertions, 4 deletions
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 <bsd.port.pre.mk>
-.if ${OSVERSION} > 500000 && ${OSVERSION} < 600000
+.if ${OSVERSION} < 600000
BINVER= -5.4
-.endif
-
-.if ${OSVERSION} >= 600000
+.else
BINVER= -6.0
.endif