aboutsummaryrefslogtreecommitdiffstats
path: root/editors/calligra
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-10-30 10:25:22 +0800
committerwill <will@FreeBSD.org>2000-10-30 10:25:22 +0800
commit40d806fec755f536ed03efc453717cb81c2836bc (patch)
treeb54fab15c472c1533d4fb2a1ecd23eb76d82eae1 /editors/calligra
parent8c4b4ce90cf546513e8eb4cf6f81cd78ba74d424 (diff)
downloadfreebsd-ports-gnome-40d806fec755f536ed03efc453717cb81c2836bc.tar.gz
freebsd-ports-gnome-40d806fec755f536ed03efc453717cb81c2836bc.tar.zst
freebsd-ports-gnome-40d806fec755f536ed03efc453717cb81c2836bc.zip
Fix typo.. grr!
Submitted by: jedgar
Diffstat (limited to 'editors/calligra')
-rw-r--r--editors/calligra/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile
index fbfe12df3c11..f525d4a66764 100644
--- a/editors/calligra/Makefile
+++ b/editors/calligra/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