Depends on compat4x to get libm.so.2 when needed.
No entry required in /etc/libmap.
This commit is contained in:
parent
b536320877
commit
74b1783df5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141055
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue