diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:24:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:24:54 +0000 |
commit | e74f1f2ba2a728af887a83b377b13746054b76e5 (patch) | |
tree | 9e8d0df9fa6e67d5a64401e5b706db886bfc98aa /databases/hk_classes | |
parent | 9f89962a6d493602e7eca1e2fdbf365561f1e99f (diff) | |
download | ports-e74f1f2ba2a728af887a83b377b13746054b76e5.tar.gz ports-e74f1f2ba2a728af887a83b377b13746054b76e5.zip |
Notes
Diffstat (limited to 'databases/hk_classes')
-rw-r--r-- | databases/hk_classes/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/databases/hk_classes/Makefile b/databases/hk_classes/Makefile index ed09ef6471fc..9f1fa4856d2a 100644 --- a/databases/hk_classes/Makefile +++ b/databases/hk_classes/Makefile @@ -54,10 +54,6 @@ MAN1= hk_report.1man hk_actionquery.1man hk_exportxml.1man \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -IGNORE= there is no wchar support -.endif - .if !defined(WITHOUT_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql-dir=${LOCALBASE} \ |