View | Details | Raw Unified | Return to bug 189382
Collapse All | Expand All

(-)mdbtools/Makefile (-3 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	mdbtools
4
PORTNAME=	mdbtools
5
PORTVERSION=	0.7.1
5
PORTVERSION=	0.7.1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	databases
7
CATEGORIES=	databases
8
MASTER_SITES=	https://github.com/brianb/mdbtools/archive/
8
MASTER_SITES=	https://github.com/brianb/mdbtools/archive/
9
DISTNAME=	${PORTVERSION}
9
DISTNAME=	${PORTVERSION}
Lines 16-22 Link Here
16
# To build man-pages
16
# To build man-pages
17
BUILD_DEPENDS=	gawk:${PORTSDIR}/lang/gawk \
17
BUILD_DEPENDS=	gawk:${PORTSDIR}/lang/gawk \
18
		txt2man:${PORTSDIR}/textproc/txt2man
18
		txt2man:${PORTSDIR}/textproc/txt2man
19
LIB_DEPENDS=	libiodbc.so:${PORTSDIR}/databases/libiodbc
19
LIB_DEPENDS=	libodbc.so:${PORTSDIR}/databases/unixODBC
20
20
21
USES=		bison pkgconfig iconv
21
USES=		bison pkgconfig iconv
22
USE_AUTOTOOLS=	libtool autoconf automake
22
USE_AUTOTOOLS=	libtool autoconf automake
Lines 25-31 Link Here
25
WANT_GNOME=	yes
25
WANT_GNOME=	yes
26
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
27
CONFIGURE_ARGS=	--with-libiconv-prefix=${LOCALBASE} \
27
CONFIGURE_ARGS=	--with-libiconv-prefix=${LOCALBASE} \
28
		--with-iodbc=${LOCALBASE}
28
		--with-unixodbc=${LOCALBASE}
29
29
30
DOCS=		AUTHORS ChangeLog HACKING NEWS README TODO
30
DOCS=		AUTHORS ChangeLog HACKING NEWS README TODO

Return to bug 189382