diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-08-27 08:14:09 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-08-27 08:14:09 +0000 |
commit | f3b54f62ce0223f3e51de853959c4253f5960ce5 (patch) | |
tree | f1a93bb40a5d03d5905d3a2cb98f0ee7eb28c766 /math/dislin | |
parent | 66c36c082ce1795e4a25b9f114efd12d0b3870cd (diff) |
Unbreak on 6.0, thanks to compat5x.
Note: the following entry is still required in /etc/libmap.conf:
libm.so.2 libm.so.3
Approved by: portmgr (linimon)
Notes
Notes:
svn path=/head/; revision=140988
Diffstat (limited to 'math/dislin')
-rw-r--r-- | math/dislin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/dislin/Makefile b/math/dislin/Makefile index 20cb2ee8b427..e45458d07b40 100644 --- a/math/dislin/Makefile +++ b/math/dislin/Makefile @@ -37,8 +37,7 @@ BINVER= -5.1 .endif .if ${OSVERSION} >= 600000 -BROKEN= "uses libc.so.5" -#LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x +LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x .endif do-install: |