citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 8e73a6e4d96c2cf283834cef5620de5b330b7805
parent 01cbe37a258d6ec2c4a404fa1e903276a3eda04e
Author: kyle <kyle@0x30.net>
Date:   Sun, 29 Jan 2017 17:53:32 -0700

distrib: use simple CONFIGURE_STYLE instead of hand rolling

Diffstat:
Mdistrib/openbsd/Makefile | 14++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/distrib/openbsd/Makefile b/distrib/openbsd/Makefile @@ -1,6 +1,6 @@ # $OpenBSD$ -COMMENT = see your source code run +COMMENT = see your code run DISTNAME = citrun-9999 CATEGORIES = devel @@ -25,10 +25,16 @@ LIB_DEPENDS = graphics/glew \ BUILD_DEPENDS = devel/jam \ devel/llvm -TEST_DEPENDS = devel/p5-Expect +TEST_DEPENDS = devel/p5-Inline \ + devel/p5-Sys-Mmap \ + devel/p5-Test-Cmd \ + devel/p5-Test-Differences \ + devel/p5-Test-TrailingSpace \ + devel/p5-Test-WWW-Mechanize \ + graphics/p5-Imager \ + sysutils/p5-File-Which -do-configure: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./configure +CONFIGURE_STYLE = simple do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} jam -q -j4