summaryrefslogtreecommitdiff
path: root/editors/koffice-kde3
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-10-30 02:47:57 +0000
committerWill Andrews <will@FreeBSD.org>2000-10-30 02:47:57 +0000
commit07b8e918646b0d7c78efd235cf78b87f6f46cec8 (patch)
treec3d7d4f3668d4f805d2d28c636068cd30706ad05 /editors/koffice-kde3
parentAdd a new development version of PFE (Portable Forth Enviornment). (diff)
Fix yet another typo.
Submitted by: Dave Uhring <duhring@charter.net>
Notes
Notes: svn path=/head/; revision=34439
Diffstat (limited to 'editors/koffice-kde3')
-rw-r--r--editors/koffice-kde3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/koffice-kde3/Makefile b/editors/koffice-kde3/Makefile
index f525d4a66764..a5f2d31fccc7 100644
--- a/editors/koffice-kde3/Makefile
+++ b/editors/koffice-kde3/Makefile
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
--with-extra-libs=${LOCALBASE}/lib
CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" LIBQTFILE="libqt2" \
CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-Wl,-export-dyanmic -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++"
+ LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++"
USE_GMAKE= yes
.include <bsd.port.mk>