aboutsummaryrefslogtreecommitdiff
path: root/databases/mdbtools
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-06 07:32:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-06 07:32:18 +0000
commit4576cbf9f3b45202b6f899bdd441e72adebad628 (patch)
treed73edc2718cb77eb3c5bf1477c4ad9ce0f760f83 /databases/mdbtools
parent8fc7daf86f6b5161b1febdf20d26c624075662d7 (diff)
downloadports-4576cbf9f3b45202b6f899bdd441e72adebad628.tar.gz
ports-4576cbf9f3b45202b6f899bdd441e72adebad628.zip
Switch over to unixODBC to fix build after r353029
PR: ports/189382 Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Notes
Notes: svn path=/head/; revision=353075
Diffstat (limited to 'databases/mdbtools')
-rw-r--r--databases/mdbtools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/mdbtools/Makefile b/databases/mdbtools/Makefile
index ec45ee54becd..ae9a2a98565a 100644
--- a/databases/mdbtools/Makefile
+++ b/databases/mdbtools/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mdbtools
PORTVERSION= 0.7.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= https://github.com/brianb/mdbtools/archive/
DISTNAME= ${PORTVERSION}
@@ -16,7 +16,7 @@ LICENSE= GPLv2
# To build man-pages
BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk \
txt2man:${PORTSDIR}/textproc/txt2man
-LIB_DEPENDS= libiodbc.so:${PORTSDIR}/databases/libiodbc
+LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC
USES= bison pkgconfig iconv
USE_AUTOTOOLS= libtool autoconf automake
@@ -25,7 +25,7 @@ USE_GNOME= glib20
WANT_GNOME= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
- --with-iodbc=${LOCALBASE}
+ --with-unixodbc=${LOCALBASE}
DOCS= AUTHORS ChangeLog HACKING NEWS README TODO