aboutsummaryrefslogtreecommitdiff
path: root/math/dislin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/dislin/Makefile')
-rw-r--r--math/dislin/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/math/dislin/Makefile b/math/dislin/Makefile
index e45458d07b40..d119af2fb753 100644
--- a/math/dislin/Makefile
+++ b/math/dislin/Makefile
@@ -6,7 +6,8 @@
#
PORTNAME= dislin
-PORTVERSION= 8.3
+PORTVERSION= 8.4
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= ftp://ftp.gwdg.de/pub/grafik/dislin/unix/
DISTNAME= ${PORTNAME}-${PORTVERSION}.fbsd${BINVER}
@@ -36,6 +37,10 @@ PROGRAMS= clink disaps disdrv disdrv_nw disdrv_w disgcl disgif dishlp \
BINVER= -5.1
.endif
+.if ${OSVERSION} >= 501111
+LIB_DEPENDS+= m.2:${PORTSDIR}/misc/compat4x
+.endif
+
.if ${OSVERSION} >= 600000
LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x
.endif