diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-26 01:33:40 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-26 01:33:40 +0000 |
commit | 750010ac26910a3da64c8636de34940a49722f96 (patch) | |
tree | 66fdd3a29ed331875ce85714bab6b5fcc0383b97 /chinese | |
parent | 61c9deeb3f227f0f0eb386c500c268ffb7da3db0 (diff) |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/xcin25/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/xcin25/Makefile b/chinese/xcin25/Makefile index fafe7974ff9f..2c46a065fb2a 100644 --- a/chinese/xcin25/Makefile +++ b/chinese/xcin25/Makefile @@ -35,7 +35,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-xcin-dir=${PREFIX}/lib/X11/xcin25 \ --with-db-name=${BDB_LIB_NAME} \ --with-db-inc=${BDB_INCLUDE_DIR} \ - --with-db-lib=${BDB_LIB_DIR}/lib \ + --with-db-lib=${BDB_LIB_DIR} \ --with-tabe-inc=${LOCALBASE}/include/tabe \ --with-tabe-lib=${LOCALBASE}/lib \ --with-intl-inc=${LOCALBASE}/include \ |