diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-21 12:51:43 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-21 12:51:43 +0000 |
commit | 7d6948481dd2f1a30c985087090a81bd403cd761 (patch) | |
tree | 741abcf0d73f532088819396b13f855a36d92fd0 /textproc | |
parent | 759ba3891f9f627a10e56b4b144e7bbdc6ef505c (diff) | |
download | ports-7d6948481dd2f1a30c985087090a81bd403cd761.tar.gz ports-7d6948481dd2f1a30c985087090a81bd403cd761.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/the_silver_searcher/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/the_silver_searcher/Makefile b/textproc/the_silver_searcher/Makefile index 6b99d0e88728..98271e47df9f 100644 --- a/textproc/the_silver_searcher/Makefile +++ b/textproc/the_silver_searcher/Makefile @@ -11,6 +11,7 @@ COMMENT= Code-searching tool similar to ack but faster LICENSE= APACHE20 LIB_DEPENDS= libpcre.so:devel/pcre +TEST_DEPENDS= cram:devel/cram USE_GITHUB= yes GH_ACCOUNT= ggreer @@ -21,6 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= LZMA_LIBS=-llzma CONFIGURE_ARGS+=LZMA_CFLAGS=-I/usr/include USES= autoreconf pkgconfig +TEST_TARGET= test post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d |