aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormatthew <matthew@FreeBSD.org>2012-02-18 22:57:40 +0800
committermatthew <matthew@FreeBSD.org>2012-02-18 22:57:40 +0800
commit35b2481afa4618e2ba5f10fda92fa0abec618e09 (patch)
tree0b629faddd4fda9d3e2236e88828dfb2580cb4bc /textproc
parent4e09a1cf1d319c193e279262406003fdc1fa1590 (diff)
downloadfreebsd-ports-gnome-35b2481afa4618e2ba5f10fda92fa0abec618e09.tar.gz
freebsd-ports-gnome-35b2481afa4618e2ba5f10fda92fa0abec618e09.tar.zst
freebsd-ports-gnome-35b2481afa4618e2ba5f10fda92fa0abec618e09.zip
Don't specify ABI versions in LIB_DEPENDS where it isn't necessary.
Approved by: shaun (mentor)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/sphinxsearch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/sphinxsearch/Makefile b/textproc/sphinxsearch/Makefile
index 4fcd1958005b..93dd85e62fc6 100644
--- a/textproc/sphinxsearch/Makefile
+++ b/textproc/sphinxsearch/Makefile
@@ -24,7 +24,7 @@ LICENSE= GPLv2
# If expat is present on the system and configure finds it, it will
# unconditionally link the output binary against it. There's no way
# of turning this off. So for consistency, make sure it's always on.
-LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2
OPTIONS= MYSQL "MySQL support" on \
PGSQL "PostgreSQL support" off \
@@ -76,7 +76,7 @@ CONFIGURE_ARGS+= --enable-id64
.if defined(WITH_UNIXODBC)
CONFIGURE_ARGS+= --with-unixodbc
-LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC
.else
CONFIGURE_ARGS+= --without-unixodbc
.endif