mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Regression tests no longer require dejagnu but do require python and
bash. Add depends in the PACKAGE_BUILDING case.
This commit is contained in:
parent
3d4fd37708
commit
b58cbd4a73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266390
@ -16,7 +16,8 @@ MAINTAINER= brooks@FreeBSD.org
|
||||
COMMENT= Low Level Virtual Machine
|
||||
|
||||
.if defined(PACKAGE_BUILDING) || defined(MAINTAINER_MODE)
|
||||
BUILD_DEPENDS= runtest:${PORTSDIR}/misc/dejagnu
|
||||
USE_PYTHON_BUILD= yes
|
||||
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
.endif
|
||||
.if defined(MAINTAINER_MODE)
|
||||
BUILD_DEPENDS+= f2c:${PORTSDIR}/lang/f2c
|
||||
|
@ -16,7 +16,8 @@ MAINTAINER= brooks@FreeBSD.org
|
||||
COMMENT= Low Level Virtual Machine
|
||||
|
||||
.if defined(PACKAGE_BUILDING) || defined(MAINTAINER_MODE)
|
||||
BUILD_DEPENDS= runtest:${PORTSDIR}/misc/dejagnu
|
||||
USE_PYTHON_BUILD= yes
|
||||
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
.endif
|
||||
.if defined(MAINTAINER_MODE)
|
||||
BUILD_DEPENDS+= f2c:${PORTSDIR}/lang/f2c
|
||||
|
Loading…
Reference in New Issue
Block a user