diff options
author | jlam <jlam> | 2001-11-05 08:23:27 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-11-05 08:23:27 +0000 |
commit | 3d8f6da33b916ea0f60895f6e88b38548ec4f365 (patch) | |
tree | 9acd89781d0ee9ab22d78ee7ef79d12c3ffc4648 /databases | |
parent | 5a506ca0114d940e5a4606ede01692c7bb95239f (diff) | |
download | pkgsrc-3d8f6da33b916ea0f60895f6e88b38548ec4f365.tar.gz |
Note conflict with forthcoming unixodbc package.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/iodbc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/iodbc/Makefile b/databases/iodbc/Makefile index 00ab0800ede..60f9fb4c93f 100644 --- a/databases/iodbc/Makefile +++ b/databases/iodbc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/04/06 11:39:54 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2001/11/05 08:23:27 jlam Exp $ # DISTNAME= libiodbc-2.50.3 @@ -10,6 +10,8 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.iodbc.org/ COMMENT= ODBC 2.x driver manager +CONFLICTS+= unixodbc-[0-9]* + GNU_CONFIGURE= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |