diff options
-rw-r--r-- | databases/unixodbc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/unixodbc/Makefile b/databases/unixodbc/Makefile index 93f5beef901..3fe076b9fc3 100644 --- a/databases/unixodbc/Makefile +++ b/databases/unixodbc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2011/03/11 15:18:43 drochner Exp $ +# $NetBSD: Makefile,v 1.32 2012/03/15 12:58:38 abs Exp $ DISTNAME= unixODBC-2.3.0 -PKGREVISION= 1 +PKGREVISION= 2 PKGNAME= ${DISTNAME:S/ODBC/odbc/} CATEGORIES= databases MASTER_SITES= http://www.unixodbc.org/ @@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir -CONFLICTS+= iodbc-[0-9]* +CONFLICTS+= iodbc<3.52.7nb1 USE_LIBTOOL= YES GNU_CONFIGURE= YES |