summaryrefslogtreecommitdiff
path: root/devel/kdevelop
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2001-03-06 13:39:39 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2001-03-06 13:39:39 +0000
commit3c3efe2f75037b1e006ec92ab599aa712b924504 (patch)
tree60f01e22b76b036ccf4811042ea38cbc6c5d5f66 /devel/kdevelop
parentUpdate to 0.2. (diff)
Fix path for qt docs.
Notes
Notes: svn path=/head/; revision=39128
Diffstat (limited to 'devel/kdevelop')
-rw-r--r--devel/kdevelop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile
index f25aaac01f2e..a0bec2822933 100644
--- a/devel/kdevelop/Makefile
+++ b/devel/kdevelop/Makefile
@@ -34,7 +34,7 @@ USE_AUTOCONF= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \
--with-qt-libraries=${X11BASE}/lib \
- --with-qtdoc-dir=${X11BASE}/share/doc/qt/html \
+ --with-qtdoc-dir=${X11BASE}/share/doc/qt2/html \
--with-extra-libs=${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \
MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \