diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-06 07:32:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-06 07:32:18 +0000 |
commit | 4576cbf9f3b45202b6f899bdd441e72adebad628 (patch) | |
tree | d73edc2718cb77eb3c5bf1477c4ad9ce0f760f83 /databases | |
parent | 8fc7daf86f6b5161b1febdf20d26c624075662d7 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mdbtools/Makefile | 6 |
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 |