aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2009-06-05 07:43:50 +0800
committeritetcu <itetcu@FreeBSD.org>2009-06-05 07:43:50 +0800
commit98bd5302e0942348d49a9c204cf55e776bb285ec (patch)
tree2f5e4d08cce27e1f25ed95f813a95a10fdcc43ae
parentd05e4ca766d8b27f8ff5f13f5eb5a81ce1ca32bf (diff)
downloadfreebsd-ports-gnome-98bd5302e0942348d49a9c204cf55e776bb285ec.tar.gz
freebsd-ports-gnome-98bd5302e0942348d49a9c204cf55e776bb285ec.tar.zst
freebsd-ports-gnome-98bd5302e0942348d49a9c204cf55e776bb285ec.zip
Fix typo.
Submitted by: lippe@
-rw-r--r--databases/mysqlcc/Makefile2
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