summaryrefslogtreecommitdiff
path: root/editors/koffice
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-10-30 02:25:22 +0000
committerWill Andrews <will@FreeBSD.org>2000-10-30 02:25:22 +0000
commite36a2ec841928b56eb3bc16583dece65648e7ed1 (patch)
tree247b3843c232d176c39922581c920528abf41788 /editors/koffice
parentUpdate to curl 7.4.1. Adds Kerberos support. (diff)
Fix typo.. grr!
Submitted by: jedgar
Notes
Notes: svn path=/head/; revision=34437
Diffstat (limited to 'editors/koffice')
-rw-r--r--editors/koffice/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/koffice/Makefile b/editors/koffice/Makefile
index fbfe12df3c11..f525d4a66764 100644
--- a/editors/koffice/Makefile
+++ b/editors/koffice/Makefile
@@ -27,7 +27,7 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
--with-qt-libraries=${X11BASE}/lib \
--with-extra-libs=${LOCALBASE}/lib
CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" LIBQTFILE="libqt2" \
- CPPFLAGS="-I${LOCALBASE/include}" \
+ CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-Wl,-export-dyanmic -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++"
USE_GMAKE= yes