diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2010-09-21 15:34:19 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2010-09-21 15:34:19 +0000 |
commit | 0e3a19d615cc61ed35698f42f6a6efa4702fa47d (patch) | |
tree | ac1966226ed7b704661022000bbdc4f6d2051cd7 /databases | |
parent | 02d810a28878e4546d53196285c6e6789e4390e6 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/redis1/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/redis1/Makefile b/databases/redis1/Makefile index 2dc49cb39206..d98f8cc8c9a4 100644 --- a/databases/redis1/Makefile +++ b/databases/redis1/Makefile @@ -7,7 +7,7 @@ PORTNAME= redis PORTVERSION= 1.2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE @@ -18,10 +18,11 @@ LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo CFLAGS+= -I${LOCALBASE}/include -CONFLICTS?= redis-devel-2.* +CONFLICTS?= redis-2.* USE_GMAKE= yes USE_RC_SUBR= redis.sh +NO_LATEST_LINK= yes BIN_FILES= redis-server redis-benchmark redis-cli PKGINSTALL= ${WRKDIR}/pkg-install |