diff options
author | sem <sem@FreeBSD.org> | 2006-06-06 17:01:20 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-06-06 17:01:20 +0800 |
commit | 6b2318a65d3873bb2c6dc1691cb0cce4616541a8 (patch) | |
tree | 118c839755840320423f58040a8a01c5d5af91c3 /databases/hk_classes | |
parent | e49da861acc3fa14a6f8518555836360b73f7f06 (diff) | |
download | freebsd-ports-gnome-6b2318a65d3873bb2c6dc1691cb0cce4616541a8.tar.gz freebsd-ports-gnome-6b2318a65d3873bb2c6dc1691cb0cce4616541a8.tar.zst freebsd-ports-gnome-6b2318a65d3873bb2c6dc1691cb0cce4616541a8.zip |
- NOT_FOR_ARCH=ia64. Does not build.
Reported by: kris mail
Diffstat (limited to 'databases/hk_classes')
-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 \ |