Fix `make extract' on FreeBSD-5.4 by using archivers/bsdtar.
Reported by: Courtney Thomas <cc.thomas (at) earthlink.net> Approved by: portmgr (marcus)
This commit is contained in:
parent
4af61b7a5d
commit
8732523858
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156809
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue