- Convert to USES=tcl gmake

This commit is contained in:
Pietro Cerutti 2014-02-17 13:22:56 +00:00
parent 5bbb597288
commit a1ea653cf5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344740

View file

@ -39,7 +39,7 @@ LDFLAGS+= -Wl,-E
.endif .endif
.if ${PORT_OPTIONS:MTESTS} .if ${PORT_OPTIONS:MTESTS}
USE_TCL_BUILD= yes USES+= tcl:build
.endif .endif
CFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include
@ -47,7 +47,7 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lm -lexecinfo
CONFLICTS?= redis-2.* CONFLICTS?= redis-2.*
USE_GMAKE= yes USES+= gmake
MAKE_ENV= "V=yo" MAKE_ENV= "V=yo"
USE_RC_SUBR= redis USE_RC_SUBR= redis
BIN_FILES= redis-benchmark redis-check-aof redis-check-dump \ BIN_FILES= redis-benchmark redis-check-aof redis-check-dump \