mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Convert to USE_SCONS to USES
This commit is contained in:
parent
6d93596b18
commit
40e92fa47f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344118
@ -30,7 +30,7 @@ MLINKS= fcatcmd.1 fcat.1 fcdcmd.1 fcd.1 fducmd.1 fdu.1 \
|
|||||||
frmdircmd.1 frmdir.1 fstatcmd.1 fstat.1 fmvcmd.1 fmv.1 \
|
frmdircmd.1 frmdir.1 fstatcmd.1 fstat.1 fmvcmd.1 fmv.1 \
|
||||||
fsetupcmd.1 fsetup.1
|
fsetupcmd.1 fsetup.1
|
||||||
|
|
||||||
USE_SCONS= yes
|
USES= scons
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||||
|
|
||||||
@ -42,7 +42,7 @@ NO_STAGE= yes
|
|||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MINFINITE}
|
.if ${PORT_OPTIONS:MINFINITE}
|
||||||
SCONS_ARGS+= disable-timeout=yes
|
MAKE_ARGS+= disable-timeout=yes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ! ${PORT_OPTIONS:MNOCLIENTS}
|
.if ! ${PORT_OPTIONS:MNOCLIENTS}
|
||||||
|
Loading…
Reference in New Issue
Block a user