diff options
author | thierry <thierry@FreeBSD.org> | 2005-08-27 08:14:09 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-08-27 08:14:09 +0000 |
commit | 3b09744514c72ea3595745498d3dce7c76569058 (patch) | |
tree | 0072dde0b70ec5c01b65ba17ca141471a4d9f3a6 /math/dislin/Makefile | |
parent | 1cd0c61f7b2e44fc0a92041ebe7571f4926cae26 (diff) | |
download | FreeBSD-ports-3b09744514c72ea3595745498d3dce7c76569058.zip FreeBSD-ports-3b09744514c72ea3595745498d3dce7c76569058.tar.gz |
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)
Diffstat (limited to 'math/dislin/Makefile')
-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 20cb2ee..e45458d 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: |