aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2001-03-06 21:39:39 +0800
committerdemon <demon@FreeBSD.org>2001-03-06 21:39:39 +0800
commit4f7bac807e26bab78d24775097d6fcf21fb1ae33 (patch)
tree936953832d4df34293d788d6da64aeb5ed96f0d1
parent6a8885d17714d6d2cabc3c933da5bf81aef033a9 (diff)
downloadfreebsd-ports-graphics-4f7bac807e26bab78d24775097d6fcf21fb1ae33.tar.gz
freebsd-ports-graphics-4f7bac807e26bab78d24775097d6fcf21fb1ae33.tar.zst
freebsd-ports-graphics-4f7bac807e26bab78d24775097d6fcf21fb1ae33.zip
Fix path for qt docs.
-rw-r--r--devel/kdevelop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile
index f25aaac01f2..a0bec282293 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" \