aboutsummaryrefslogtreecommitdiffstats
path: root/math/dislin
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2005-08-28 17:01:59 +0800
committerthierry <thierry@FreeBSD.org>2005-08-28 17:01:59 +0800
commit85c7c1b1d7b1bc67835d8e9bf0f73443e46e96f8 (patch)
treeebad46d9e69c385a2c110199d502841ee5ce176a /math/dislin
parentf88d055528b88b8129951094402f61390a237d97 (diff)
downloadfreebsd-ports-gnome-85c7c1b1d7b1bc67835d8e9bf0f73443e46e96f8.tar.gz
freebsd-ports-gnome-85c7c1b1d7b1bc67835d8e9bf0f73443e46e96f8.tar.zst
freebsd-ports-gnome-85c7c1b1d7b1bc67835d8e9bf0f73443e46e96f8.zip
Depends on compat4x to get libm.so.2 when needed.
No entry required in /etc/libmap.
Diffstat (limited to 'math/dislin')
-rw-r--r--math/dislin/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/math/dislin/Makefile b/math/dislin/Makefile
index e45458d07b40..c61c2e49234e 100644
--- a/math/dislin/Makefile
+++ b/math/dislin/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dislin
PORTVERSION= 8.3
+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