aboutsummaryrefslogtreecommitdiff
path: root/databases/redis/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-09-22 10:48:57 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-09-22 10:48:57 +0000
commitcb9a2b582c78cfb0c7bbe285c417c9362b3213d3 (patch)
treec94257e28b8e5f01fe14d767f8a4ade36ad9d111 /databases/redis/Makefile
parentb71796d585770ba247cf80126abc37abf7e80c7f (diff)
downloadports-cb9a2b582c78cfb0c7bbe285c417c9362b3213d3.tar.gz
ports-cb9a2b582c78cfb0c7bbe285c417c9362b3213d3.zip
Cleanup after removal of libexecinfo from ports.
PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488
Notes
Notes: svn path=/head/; revision=450353
Diffstat (limited to 'databases/redis/Makefile')
-rw-r--r--databases/redis/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile
index a7780d672da7..826a8a31a7f5 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -47,8 +47,7 @@ LDFLAGS+= -Wl,-E
USES+= tcl:build
.endif
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -lpthread -lm -lexecinfo
+LDFLAGS+= -lpthread -lm -lexecinfo
CONFLICTS?= redis-devel-3.*