mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
gtar is required for 'extract' not 'build'
This commit is contained in:
parent
61346e3067
commit
bfbee82e06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81820
@ -22,7 +22,7 @@ EXTRACT_SUFX= .tar
|
||||
MAINTAINER= coop9211@uidaho.edu
|
||||
COMMENT= Free Pascal beta compiler with Turbo, Delphi and other extensions
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar
|
||||
EXTRACT_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm
|
||||
.if !defined(NOPORTDOCS)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/acroread4:${PORTSDIR}/print/acroread4
|
||||
|
@ -22,7 +22,7 @@ EXTRACT_SUFX= .tar
|
||||
MAINTAINER= coop9211@uidaho.edu
|
||||
COMMENT= Free Pascal beta compiler with Turbo, Delphi and other extensions
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar
|
||||
EXTRACT_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm
|
||||
.if !defined(NOPORTDOCS)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/acroread4:${PORTSDIR}/print/acroread4
|
||||
|
Loading…
Reference in New Issue
Block a user