aboutsummaryrefslogtreecommitdiffstats
path: root/devel/llvm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/llvm/Makefile')
-rw-r--r--devel/llvm/Makefile9
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>