Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 13:19:45 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344738 - head/databases/redis
Message-ID:  <201402171319.s1HDJjqu055786@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402171319.s1HDJjqu055786>