1
0
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:
Brooks Davis 2010-12-16 00:47:13 +00:00
parent 3d4fd37708
commit b58cbd4a73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266390
2 changed files with 4 additions and 2 deletions

View File

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

View File

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