diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2011-07-22 10:32:41 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2011-07-22 10:32:41 +0000 |
commit | 80f1925c9128d796fabd558ce39b4567275e23bc (patch) | |
tree | 7087ee08ccb35b8b30002a7d4705222aeab113d0 /databases/redis | |
parent | 22ee78f52183a282f0115e4d830294c8703df6d4 (diff) |
Notes
Diffstat (limited to 'databases/redis')
-rw-r--r-- | databases/redis/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 7803d495125d..2dc2874bbade 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -7,7 +7,7 @@ PORTNAME= redis PORTVERSION= 2.2.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE @@ -18,6 +18,8 @@ LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo CFLAGS+= -I${LOCALBASE}/include +CONFLICTS?= redis-scripting-2.* + USE_GMAKE= yes USE_RC_SUBR= redis.sh BIN_FILES= redis-benchmark redis-check-aof redis-check-dump \ |