diff options
author | fjoe <fjoe@FreeBSD.org> | 2013-06-09 17:29:45 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2013-06-09 17:29:45 +0800 |
commit | 4a6925465fd8ac4ca7613bf0786448f050ab5d5f (patch) | |
tree | 3379d54935e2537d9fb7737634d915c59896b04a /databases/unixODBC | |
parent | 227b4629a1c0fa195193d3343bf0c2a6b3f2e41f (diff) | |
download | freebsd-ports-gnome-4a6925465fd8ac4ca7613bf0786448f050ab5d5f.tar.gz freebsd-ports-gnome-4a6925465fd8ac4ca7613bf0786448f050ab5d5f.tar.zst freebsd-ports-gnome-4a6925465fd8ac4ca7613bf0786448f050ab5d5f.zip |
Remove CONFLICTS with databases/virtuoso.
Diffstat (limited to 'databases/unixODBC')
-rw-r--r-- | databases/unixODBC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile index 58c2509367d6..f71492ce566e 100644 --- a/databases/unixODBC/Makefile +++ b/databases/unixODBC/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.unixodbc.org/ MAINTAINER= ports@FreeBSD.org COMMENT= ODBC library suite for Unix -CONFLICTS= libiodbc-[0-9]* virtuoso-* +CONFLICTS= libiodbc-[0-9]* USES= iconv GNU_CONFIGURE= yes |