diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-06-05 07:43:50 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-06-05 07:43:50 +0800 |
commit | 98bd5302e0942348d49a9c204cf55e776bb285ec (patch) | |
tree | 2f5e4d08cce27e1f25ed95f813a95a10fdcc43ae /databases | |
parent | d05e4ca766d8b27f8ff5f13f5eb5a81ce1ca32bf (diff) | |
download | freebsd-ports-gnome-98bd5302e0942348d49a9c204cf55e776bb285ec.tar.gz freebsd-ports-gnome-98bd5302e0942348d49a9c204cf55e776bb285ec.tar.zst freebsd-ports-gnome-98bd5302e0942348d49a9c204cf55e776bb285ec.zip |
Fix typo.
Submitted by: lippe@
Diffstat (limited to 'databases')
-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 9743f464111c..6e88bfcf22a5 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=${LOCALABSE}/lib/mysql \ + --with-mysql-lib=${LOCALBSE}/lib/mysql \ --with-qt=${QT_PREFIX} DOCS= Changelog.txt README.txt TODO.txt |