diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-17 13:19:45 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-17 13:19:45 +0000 |
commit | 813a79a0312d39c90e85874802c139304ad490a4 (patch) | |
tree | 206ce5e33aad3b422ff259fa551594fcb053f9ea /databases/redis/Makefile | |
parent | e3c87ce66f29861e0d5eee3778cfc0363f689040 (diff) | |
download | ports-813a79a0312d39c90e85874802c139304ad490a4.tar.gz ports-813a79a0312d39c90e85874802c139304ad490a4.zip |
Notes
Diffstat (limited to 'databases/redis/Makefile')
-rw-r--r-- | databases/redis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index a16153524ecf..8508e7556225 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -39,7 +39,7 @@ LDFLAGS+= -Wl,-E .endif .if ${PORT_OPTIONS:MTESTS} -USE_TCL_BUILD= yes +USES+= tcl:build .endif CFLAGS+= -I${LOCALBASE}/include @@ -47,7 +47,7 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lm -lexecinfo CONFLICTS?= redis-devel-2.* -USE_GMAKE= yes +USES+= gmake MAKE_ENV= "V=yo" USE_RC_SUBR= redis BIN_FILES= redis-benchmark redis-check-aof redis-check-dump \ |