aboutsummaryrefslogtreecommitdiff
path: root/textproc/sphinxsearch-devel/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-02-06 12:25:50 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-02-06 12:25:50 +0000
commit93cfaf9ad95b11897bbf43c11628f190c4574ec4 (patch)
tree21c2db28e841f4df4353d24ea43d8fb0293a0606 /textproc/sphinxsearch-devel/Makefile
parent5c23aa439f6eefe00288f736f1e19317349aff8b (diff)
downloadports-93cfaf9ad95b11897bbf43c11628f190c4574ec4.tar.gz
ports-93cfaf9ad95b11897bbf43c11628f190c4574ec4.zip
Notes
Diffstat (limited to 'textproc/sphinxsearch-devel/Makefile')
-rw-r--r--textproc/sphinxsearch-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/sphinxsearch-devel/Makefile b/textproc/sphinxsearch-devel/Makefile
index 6c5983c83506..5328cdc6cd7c 100644
--- a/textproc/sphinxsearch-devel/Makefile
+++ b/textproc/sphinxsearch-devel/Makefile
@@ -9,7 +9,7 @@
PORTNAME= sphinxsearch
PORTVERSION= 2.0.1b
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= textproc databases
MASTER_SITES= http://sphinxsearch.com/files/
@@ -78,7 +78,7 @@ CONFIGURE_ARGS+= --enable-id64
.if defined(WITH_UNIXODBC)
CONFIGURE_ARGS+= --with-unixodbc
-LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC
.else
CONFIGURE_ARGS+= --without-unixodbc
.endif