diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2010-09-08 18:45:41 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2010-09-08 18:45:41 +0000 |
commit | 37673c0a9ae451154efe47df10507cafcbffe70d (patch) | |
tree | 26ef46631be423f31570ec5895d5330fc15862e4 /databases/unixODBC | |
parent | e598573f328031735a0c6f1bab6a873fff22f41e (diff) | |
download | ports-37673c0a9ae451154efe47df10507cafcbffe70d.tar.gz ports-37673c0a9ae451154efe47df10507cafcbffe70d.zip |
Notes
Diffstat (limited to 'databases/unixODBC')
-rw-r--r-- | databases/unixODBC/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile index ef3556badebb..fc5cbc9a125c 100644 --- a/databases/unixODBC/Makefile +++ b/databases/unixODBC/Makefile @@ -7,13 +7,14 @@ PORTNAME= unixODBC PORTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.unixodbc.org/ MAINTAINER= jupengfei@gmail.com COMMENT= ODBC library suite for Unix -CONFLICTS= firebird-client-* libiodbc-[0-9]* virtuoso-* +CONFLICTS= libiodbc-[0-9]* virtuoso-* USE_ICONV= yes GNU_CONFIGURE= yes |