Depends on compat4x to get libm.so.2 when needed.

No entry required in /etc/libmap.
This commit is contained in:
Thierry Thomas 2005-08-28 09:01:59 +00:00
parent b536320877
commit 74b1783df5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141055

View File

@ -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