diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-15 22:17:28 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-15 22:17:28 +0000 |
commit | e5f2e64cc2ecf06df7e4ebcf8788b53f29c9d340 (patch) | |
tree | 9ca6b365fff06aa7c97fe64f9b3ab9b50ad47b03 /databases/mysqlcc | |
parent | Port was broken if you WITH_GTK=1. The USE_GTK needs to be modified to (diff) |
- Fix path to qmake.conf
Submitted by: T Kellers <kellers@njit.edu>
Diffstat (limited to 'databases/mysqlcc')
-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 42f204144681..2e616190a95f 100644 --- a/databases/mysqlcc/Makefile +++ b/databases/mysqlcc/Makefile @@ -21,7 +21,7 @@ USE_MYSQL= yes USE_REINPLACE= yes GNU_CONFIGURE= yes USE_QT_VER= 3 -CONFIGURE_ARGS+= --with-qt=${X11BASE} +CONFIGURE_ARGS+= --with-qt=${LOCALBASE} DOCS= Changelog.txt README.txt TODO.txt SHARE_DATA= error.wav warning.wav syntax.txt |