diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-08 13:29:32 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-08 13:29:32 +0000 |
commit | acadb0fcf365b160e892d8f0927cd8b5c31c23e6 (patch) | |
tree | 450fcf0f131d43a5fca5ba8e32418ae38f282068 /databases/libiodbc/Makefile | |
parent | 57df7f6a1d7202341a4742859e70f252e86ead17 (diff) | |
download | ports-acadb0fcf365b160e892d8f0927cd8b5c31c23e6.tar.gz ports-acadb0fcf365b160e892d8f0927cd8b5c31c23e6.zip |
- Add CONFLICTS between libiodbc and unixODBC
PR: ports/62528
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=100381
Diffstat (limited to 'databases/libiodbc/Makefile')
-rw-r--r-- | databases/libiodbc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/libiodbc/Makefile b/databases/libiodbc/Makefile index b159dec1f16e..560c18768ab7 100644 --- a/databases/libiodbc/Makefile +++ b/databases/libiodbc/Makefile @@ -17,6 +17,8 @@ MASTER_SITES= http://www.iodbc.org/dist/ MAINTAINER= ebakke@trolltech.com COMMENT= An ODBC 3.x driver manager, for universal data source access +CONFLICTS= unixODBC-* + USE_LIBTOOL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes |