mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Convert to USES=tcl gmake
This commit is contained in:
parent
5bbb597288
commit
a1ea653cf5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344740
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue