diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2010-09-21 15:35:55 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2010-09-21 15:35:55 +0000 |
commit | 6e37a8c51251a69836751b6f5169ddb63c64ca91 (patch) | |
tree | 4856ed91c32b48dd4d717b5588c69ffd18c4acf8 /databases/redis2 | |
parent | 0e3a19d615cc61ed35698f42f6a6efa4702fa47d (diff) |
Notes
Diffstat (limited to 'databases/redis2')
-rw-r--r-- | databases/redis2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/redis2/Makefile b/databases/redis2/Makefile index 338beffb755e..ac7042839754 100644 --- a/databases/redis2/Makefile +++ b/databases/redis2/Makefile @@ -7,6 +7,7 @@ PORTNAME= redis DISTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE @@ -17,7 +18,7 @@ LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo CFLAGS+= -I${LOCALBASE}/include -CONFLICTS?= redis1-1.* +CONFLICTS?= redis-1.* USE_GMAKE= yes USE_RC_SUBR= redis.sh |