aboutsummaryrefslogtreecommitdiff
path: root/databases/redis/Makefile
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2010-08-15 09:23:37 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2010-08-15 09:23:37 +0000
commit4d1beba222c3f4271d1b0d97ea623f3411cda60b (patch)
tree1814b4a0863e400ad40f204cccd6e974f7b96ccc /databases/redis/Makefile
parentc345e328fb463e6544a0131c2500a340068e8afc (diff)
downloadports-4d1beba222c3f4271d1b0d97ea623f3411cda60b.tar.gz
ports-4d1beba222c3f4271d1b0d97ea623f3411cda60b.zip
Add CONFLICTS with databases/redis-devel.
Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=259282
Diffstat (limited to 'databases/redis/Makefile')
-rw-r--r--databases/redis/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile
index f4c84ea7d8a8..2dc49cb39206 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -7,6 +7,7 @@
PORTNAME= redis
PORTVERSION= 1.2.6
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE
@@ -17,6 +18,8 @@ LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo
CFLAGS+= -I${LOCALBASE}/include
+CONFLICTS?= redis-devel-2.*
+
USE_GMAKE= yes
USE_RC_SUBR= redis.sh
BIN_FILES= redis-server redis-benchmark redis-cli