diff options
Diffstat (limited to 'devel/kdevelop/Makefile')
-rw-r--r-- | devel/kdevelop/Makefile | 2 |
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" \ |