diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2002-07-02 05:13:19 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2002-07-02 05:13:19 +0000 |
commit | c42ff00e0e1e65733ad1922936b41f7170f7f49e (patch) | |
tree | 53b63653b521ff2949853959e485886782e42e48 /databases/unixODBC/Makefile | |
parent | 2f4048b50d4770265a83a69fd9437d06bb2bff67 (diff) |
Notes
Diffstat (limited to 'databases/unixODBC/Makefile')
-rw-r--r-- | databases/unixODBC/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile index 5fc0e11b771b..311cc3b3a04e 100644 --- a/databases/unixODBC/Makefile +++ b/databases/unixODBC/Makefile @@ -6,13 +6,13 @@ # PORTNAME= unixODBC -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= databases MASTER_SITES= http://www.unixodbc.org/ MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS= --enable-static --enable-shared INSTALLS_SHLIB= yes |