diff options
author | thierry <thierry@FreeBSD.org> | 2005-08-27 16:14:09 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-08-27 16:14:09 +0800 |
commit | 3b09744514c72ea3595745498d3dce7c76569058 (patch) | |
tree | 0072dde0b70ec5c01b65ba17ca141471a4d9f3a6 /math | |
parent | 1cd0c61f7b2e44fc0a92041ebe7571f4926cae26 (diff) | |
download | freebsd-ports-gnome-3b09744514c72ea3595745498d3dce7c76569058.tar.gz freebsd-ports-gnome-3b09744514c72ea3595745498d3dce7c76569058.tar.zst freebsd-ports-gnome-3b09744514c72ea3595745498d3dce7c76569058.zip |
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')
-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: |