diff options
author | miwi <miwi@FreeBSD.org> | 2012-02-06 20:25:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-02-06 20:25:50 +0800 |
commit | 6afa7fea3b01e1990a38a91a97d897bb328d6a12 (patch) | |
tree | 129af67435aa0a4cfd90fba475742eeb65f0cf75 /textproc | |
parent | 6274c23598d5d3fd074cb54378c329d852660795 (diff) | |
download | freebsd-ports-gnome-6afa7fea3b01e1990a38a91a97d897bb328d6a12.tar.gz freebsd-ports-gnome-6afa7fea3b01e1990a38a91a97d897bb328d6a12.tar.zst freebsd-ports-gnome-6afa7fea3b01e1990a38a91a97d897bb328d6a12.zip |
- Chase unixODBC shlib bump
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sphinxsearch-devel/Makefile | 4 | ||||
-rw-r--r-- | textproc/sphinxsearch/Makefile | 3 |
2 files changed, 4 insertions, 3 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 diff --git a/textproc/sphinxsearch/Makefile b/textproc/sphinxsearch/Makefile index 4eaaa3d2b27a..76ec85486386 100644 --- a/textproc/sphinxsearch/Makefile +++ b/textproc/sphinxsearch/Makefile @@ -10,6 +10,7 @@ PORTNAME= sphinxsearch PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= textproc databases MASTER_SITES= http://sphinxsearch.com/files/ DISTNAME= sphinx-${PORTVERSION}-release @@ -76,7 +77,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 |