summaryrefslogtreecommitdiff
path: root/databases/unixodbc
diff options
context:
space:
mode:
authortv <tv>2005-11-09 21:21:10 +0000
committertv <tv>2005-11-09 21:21:10 +0000
commit181f3df003e55c73fb377f1751469e969e02a4fb (patch)
tree205e3e059ee5a9e5c563b71803413ae531ff78af /databases/unixodbc
parent3e3749eaa48c5ede2b676dea2964f302a43c8c22 (diff)
downloadpkgsrc-181f3df003e55c73fb377f1751469e969e02a4fb.tar.gz
USE_TOOLS+=flex; without this, libodbctxt.la (without the 'S') is not built.
Bump PKGREVISION.
Diffstat (limited to 'databases/unixodbc')
-rw-r--r--databases/unixodbc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/unixodbc/Makefile b/databases/unixodbc/Makefile
index 512e88f866e..690ba2fded4 100644
--- a/databases/unixodbc/Makefile
+++ b/databases/unixodbc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2004/10/15 11:54:10 tv Exp $
+# $NetBSD: Makefile,v 1.14 2005/11/09 21:21:10 tv Exp $
PKGNAME= unixodbc-${ODBC_BASE_VERS}
-PKGREVISION= 4
+PKGREVISION= 5
COMMENT= ODBC 2.x/3.x driver manager
CONFLICTS+= iodbc-[0-9]*
@@ -9,6 +9,7 @@ CONFLICTS+= iodbc-[0-9]*
.include "../../databases/unixodbc/Makefile.common"
USE_PKGINSTALL= yes
+USE_TOOLS+= flex # to get libodbctxt.la
CONFIGURE_ARGS+= --disable-gui
PLIST_SUBST+= UNIXODBC_DRIVERS_DIR=${UNIXODBC_DRIVERS_DIR}