svn commit: r344738 - head/databases/redis

Pietro Cerutti gahr at FreeBSD.org
Mon Feb 17 13:19:45 UTC 2014


Author: gahr
Date: Mon Feb 17 13:19:45 2014
New Revision: 344738
URL: http://svnweb.freebsd.org/changeset/ports/344738
QAT: https://qat.redports.org/buildarchive/r344738/

Log:
  - Convert to USES+=tcl gmake

Modified:
  head/databases/redis/Makefile

Modified: head/databases/redis/Makefile
==============================================================================
--- head/databases/redis/Makefile	Mon Feb 17 13:19:31 2014	(r344737)
+++ head/databases/redis/Makefile	Mon Feb 17 13:19:45 2014	(r344738)
@@ -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_L
 
 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 \


More information about the svn-ports-all mailing list