aboutsummaryrefslogtreecommitdiffstats
path: root/databases/memcachedb
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2008-10-03 13:21:14 +0800
committerbeech <beech@FreeBSD.org>2008-10-03 13:21:14 +0800
commitda53a04cad12eee2903fea4418230193f50930e3 (patch)
tree1384778c011773dfa0fbc33cc8861ca333dc2888 /databases/memcachedb
parent64469bf2f19f1371bce78d1a2ec8dc9eca23ec0f (diff)
downloadfreebsd-ports-gnome-da53a04cad12eee2903fea4418230193f50930e3.tar.gz
freebsd-ports-gnome-da53a04cad12eee2903fea4418230193f50930e3.tar.zst
freebsd-ports-gnome-da53a04cad12eee2903fea4418230193f50930e3.zip
- Fix typo in CONFIGURE_ARGS
- Bump portrevision PR: ports/127768 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Diffstat (limited to 'databases/memcachedb')
-rw-r--r--databases/memcachedb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/memcachedb/Makefile b/databases/memcachedb/Makefile
index 1bdbdea92e5b..c79823c19c08 100644
--- a/databases/memcachedb/Makefile
+++ b/databases/memcachedb/Makefile
@@ -7,7 +7,7 @@
PORTNAME= memcachedb
PORTVERSION= 1.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://freebsd.csie.nctu.edu.tw/~gslin/files/
@@ -18,7 +18,7 @@ COMMENT= Distributed storage system designed for persistent
LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
CFLAGS= -I"${BDB_INCLUDE_DIR}"
-CONFIUGRE_ARGS= --enable-threads --with-bdb="${LOCALBASE}" \
+CONFIGURE_ARGS= --enable-threads --with-bdb="${LOCALBASE}" \
--with-libevent="${LOCALBASE}"
CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
GNU_CONFIGURE= yes