diff options
author | thierry <thierry@FreeBSD.org> | 2006-02-26 05:54:11 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-02-26 05:54:11 +0800 |
commit | 46c8f90025f14e0501e6742df1ae49e26cc7e68a (patch) | |
tree | 5d3b863b9933e71c0f1d46222b98d70f3384a1cc /science | |
parent | d75a6b7988c9d955d3087a2bc7941ce399ff8103 (diff) | |
download | freebsd-ports-gnome-46c8f90025f14e0501e6742df1ae49e26cc7e68a.tar.gz freebsd-ports-gnome-46c8f90025f14e0501e6742df1ae49e26cc7e68a.tar.zst freebsd-ports-gnome-46c8f90025f14e0501e6742df1ae49e26cc7e68a.zip |
Fix `make extract' on FreeBSD-5.4 by using archivers/bsdtar.
Reported by: Courtney Thomas <cc.thomas (at) earthlink.net>
Approved by: portmgr (marcus)
Diffstat (limited to 'science')
-rw-r--r-- | science/openfoam/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/science/openfoam/Makefile b/science/openfoam/Makefile index 8ef317aeaf87..a5fec0324686 100644 --- a/science/openfoam/Makefile +++ b/science/openfoam/Makefile @@ -100,6 +100,11 @@ PLIST_SUB+= MPI="" LAM="@comment " MPICH_VER=1.2.6 BROKEN= Does not compile with gcc-2.95 .endif +.if ${OSVERSION} <= 504103 +EXTRACT_DEPENDS+= bsdtar:${PORTSDIR}/archivers/bsdtar +TAR= ${LOCALBASE}/bin/bsdtar +.endif + .if exists(${LOCALBASE}/bin/mico-config) MICO_VER= `${LOCALBASE}/bin/mico-config --version` .else |