Fix INDEX build on 4.x after archivers/bsdtar removal.
Submitted by: portsnap buildbox Pointyhar, more or less: glewis@
This commit is contained in:
parent
ce502ef4de
commit
455bd7d238
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165889
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= ${REALNAME:L}
|
||||
PORTVERSION= 1.3
|
||||
PORTVERSION= 1
|
||||
CATEGORIES= science math
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= foam
|
||||
|
@ -112,7 +113,7 @@ BROKEN= Does not compile with gcc-2.95
|
|||
.endif
|
||||
|
||||
.if ${OSVERSION} <= 504103
|
||||
EXTRACT_DEPENDS+= bsdtar:${PORTSDIR}/archivers/bsdtar
|
||||
EXTRACT_DEPENDS+= bsdtar:${PORTSDIR}/archivers/libarchive
|
||||
TAR= ${LOCALBASE}/bin/bsdtar
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue