diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-06-06 09:01:20 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-06-06 09:01:20 +0000 |
commit | 96420a7e04f589f38254d1b622ba2ec6e49b29ac (patch) | |
tree | 710fdcad7ff2207f631b91dff84ec37369c188d6 /databases/hk_classes/Makefile | |
parent | 0c07718c1d771e77ab4b25380d06d62956e05139 (diff) | |
download | ports-96420a7e04f589f38254d1b622ba2ec6e49b29ac.tar.gz ports-96420a7e04f589f38254d1b622ba2ec6e49b29ac.zip |
Notes
Diffstat (limited to 'databases/hk_classes/Makefile')
-rw-r--r-- | databases/hk_classes/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/hk_classes/Makefile b/databases/hk_classes/Makefile index e9097ed6cd3e..71b0704ca940 100644 --- a/databases/hk_classes/Makefile +++ b/databases/hk_classes/Makefile @@ -29,6 +29,9 @@ CONFIGURE_ARGS+=--with-pythondir=${PYTHONBASE} INSTALLS_SHLIB= yes LDCONFIG_DIRS+= ${PREFIX}/lib/hk_classes/ +NOT_FOR_ARCHS= ia64 +NOT_FOR_ARCHS_REASON_ia64= Does not build + OPTIONS= MYSQL "Build MySQL driver" on \ POSTGRESQL "Build PostrgreSQL driver" off \ ODBC "Build unixODBC driver" off \ |