diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-13 07:23:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-13 07:23:43 +0000 |
commit | a50d9328b545adc59780a5a93273d81750e297c4 (patch) | |
tree | b9b84c91e67e8f424ec31b164071f5f2801f7643 /textproc/the_silver_searcher | |
parent | 8472a0736b12e3d18a0019c5f42dcdf553e76264 (diff) | |
download | ports-a50d9328b545adc59780a5a93273d81750e297c4.tar.gz ports-a50d9328b545adc59780a5a93273d81750e297c4.zip |
Notes
Diffstat (limited to 'textproc/the_silver_searcher')
-rw-r--r-- | textproc/the_silver_searcher/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/textproc/the_silver_searcher/Makefile b/textproc/the_silver_searcher/Makefile index 456fee36d8be..286b72e72efd 100644 --- a/textproc/the_silver_searcher/Makefile +++ b/textproc/the_silver_searcher/Makefile @@ -20,12 +20,7 @@ ACLOCAL_ARGS+= -I ${ACLOCAL_DIR} AUTOMAKE_ARGS+= --add-missing GNU_CONFIGURE= yes CONFIGURE_ARGS= LZMA_LIBS=-llzma -.if exists(/usr/include/lzma.h) CONFIGURE_ARGS+= LZMA_CFLAGS=-I/usr/include -.else -LIB_DEPENDS+= liblzma.so:${PORTSDIR}/archivers/xz -CONFIGURE_ARGS+= LZMA_CFLAGS=-I${LOCALBASE}/include -.endif USE_AUTOTOOLS= aclocal autoconf autoheader automake USES= pkgconfig |