diff options
author | barner <barner@FreeBSD.org> | 2006-02-01 05:28:38 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2006-02-01 05:28:38 +0800 |
commit | 87af7b6f01b8ab9f24f1403ae05645dc59689220 (patch) | |
tree | 673bc9737cb281b823cfa59aae2bcb5f84bbe47d /databases/libiodbc/Makefile | |
parent | 5e078df9ad2515fc200985756be454914585f026 (diff) | |
download | freebsd-ports-gnome-87af7b6f01b8ab9f24f1403ae05645dc59689220.tar.gz freebsd-ports-gnome-87af7b6f01b8ab9f24f1403ae05645dc59689220.tar.zst freebsd-ports-gnome-87af7b6f01b8ab9f24f1403ae05645dc59689220.zip |
- Update to version 3.52.4 [1]
- Use less greedy CONFLICTS
Submitted by: Ports fury
PR: ports/92612
Diffstat (limited to 'databases/libiodbc/Makefile')
-rw-r--r-- | databases/libiodbc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/libiodbc/Makefile b/databases/libiodbc/Makefile index 4a4cd8ef78a2..41b7cb13a0d9 100644 --- a/databases/libiodbc/Makefile +++ b/databases/libiodbc/Makefile @@ -9,7 +9,7 @@ # databases/unixODBC. PORTNAME= libiodbc -PORTVERSION= 3.52.3 +PORTVERSION= 3.52.4 CATEGORIES= databases MASTER_SITES= http://www.iodbc.org/downloads/iODBC/ \ ${MASTER_SITE_SOURCEFORGE} @@ -18,7 +18,7 @@ MASTER_SITE_SUBDIR= iodbc MAINTAINER= ports@FreeBSD.org COMMENT= An ODBC 3.x driver manager, for universal data source access -CONFLICTS= unixODBC-* +CONFLICTS= unixODBC-[0-9]* USE_GNOME= gnomehack gnometarget pkgconfig USE_REINPLACE= yes |