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:
Thierry Thomas 2006-02-25 21:54:11 +00:00
parent 4af61b7a5d
commit 8732523858
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156809

View file

@ -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