diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2008-06-20 03:50:58 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2008-06-20 03:50:58 +0000 |
commit | 15c2a293142b3daf6b22f636f1801bb656b948d2 (patch) | |
tree | d0cbc808239889159f655269c72308c631e832d7 /devel/llvm | |
parent | 8bca2d4fcf503cf748b1d3e09eddf372f771dafd (diff) |
Notes
Diffstat (limited to 'devel/llvm')
-rw-r--r-- | devel/llvm/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/llvm/Makefile b/devel/llvm/Makefile index d19ffcfd619f..605060566c0b 100644 --- a/devel/llvm/Makefile +++ b/devel/llvm/Makefile @@ -15,9 +15,11 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= brooks@FreeBSD.org COMMENT= Low Level Virtual Machine +.if defined(PACKAGE_BUILDING) || defined(MAINTAINER_MODE) +BUILD_DEPENDS= runtest:${PORTSDIR}/misc/dejagnu +.endif .if defined(MAINTAINER_MODE) -BUILD_DEPENDS= f2c:${PORTSDIR}/lang/f2c \ - runtest:${PORTSDIR}/misc/dejagnu +BUILD_DEPENDS+= f2c:${PORTSDIR}/lang/f2c .endif GNU_CONFIGURE= yes @@ -46,8 +48,7 @@ post-install: @${RM} ${PREFIX}/bin/.dir \ ${PREFIX}/lib/.dir -regression-test: +regression-test: build (cd ${WRKSRC}/test; ${SETENV} ${MAKE_ENV} ${GMAKE} check) - .include <bsd.port.mk> |