summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2005-08-28 09:01:59 +0000
committerthierry <thierry@FreeBSD.org>2005-08-28 09:01:59 +0000
commit85c7c1b1d7b1bc67835d8e9bf0f73443e46e96f8 (patch)
treeebad46d9e69c385a2c110199d502841ee5ce176a
parentf88d055528b88b8129951094402f61390a237d97 (diff)
downloadFreeBSD-ports-85c7c1b1d7b1bc67835d8e9bf0f73443e46e96f8.zip
FreeBSD-ports-85c7c1b1d7b1bc67835d8e9bf0f73443e46e96f8.tar.gz
Depends on compat4x to get libm.so.2 when needed.
No entry required in /etc/libmap.
-rw-r--r--math/dislin/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/math/dislin/Makefile b/math/dislin/Makefile
index e45458d..c61c2e4 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
OpenPOWER on IntegriCloud