diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-08-28 09:01:59 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-08-28 09:01:59 +0000 |
commit | 74b1783df5b590dcefcc133db6c069327d6dd82f (patch) | |
tree | dd3fe9b339e21afc312daf6dc1a612ad5d104e80 /math/dislin | |
parent | Update to 2.0.9. (diff) |
Depends on compat4x to get libm.so.2 when needed.
No entry required in /etc/libmap.
Notes
Notes:
svn path=/head/; revision=141055
Diffstat (limited to 'math/dislin')
-rw-r--r-- | math/dislin/Makefile | 5 |
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 |