diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-05 13:19:06 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-05 13:19:06 +0000 |
commit | 8d052b7fb92d2d555a4eff03186b05c4900c16a3 (patch) | |
tree | 1130bccdc56b099b9b2f47b7ba83b10a9d644777 /databases/mysqlcc/Makefile | |
parent | 31354e4e409690a9d12993dcbccb459a73d0e94d (diff) | |
download | ports-8d052b7fb92d2d555a4eff03186b05c4900c16a3.tar.gz ports-8d052b7fb92d2d555a4eff03186b05c4900c16a3.zip |
Notes
Diffstat (limited to 'databases/mysqlcc/Makefile')
-rw-r--r-- | databases/mysqlcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysqlcc/Makefile b/databases/mysqlcc/Makefile index 6e88bfcf22a5..3902c0e832f3 100644 --- a/databases/mysqlcc/Makefile +++ b/databases/mysqlcc/Makefile @@ -25,7 +25,7 @@ IGNORE_WITH_MYSQL=323 GNU_CONFIGURE= yes USE_QT_VER= 3 CONFIGURE_ARGS+=--with-mysql-include=${LOCALBASE}/include/mysql \ - --with-mysql-lib=${LOCALBSE}/lib/mysql \ + --with-mysql-lib=${LOCALBASE}/lib/mysql \ --with-qt=${QT_PREFIX} DOCS= Changelog.txt README.txt TODO.txt |