1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Switch over to unixODBC to fix build after r353029

PR:		ports/189382
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
This commit is contained in:
Baptiste Daroussin 2014-05-06 07:32:18 +00:00
parent 8fc7daf86f
commit 4576cbf9f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353075

View File

@ -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