aboutsummaryrefslogtreecommitdiffstats
path: root/editors/koffice
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-10-30 10:47:57 +0800
committerwill <will@FreeBSD.org>2000-10-30 10:47:57 +0800
commitf61e81679000fbe8ae554710b753e1ad193c00b2 (patch)
tree822a654c4b8a526e8f3e131b2585bf83fd1ab897 /editors/koffice
parentd5388a7d69bcc5f96e1821db9ec094e73c55838d (diff)
downloadfreebsd-ports-gnome-f61e81679000fbe8ae554710b753e1ad193c00b2.tar.gz
freebsd-ports-gnome-f61e81679000fbe8ae554710b753e1ad193c00b2.tar.zst
freebsd-ports-gnome-f61e81679000fbe8ae554710b753e1ad193c00b2.zip
Fix yet another typo.
Submitted by: Dave Uhring <duhring@charter.net>
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 f525d4a66764..a5f2d31fccc7 100644
--- a/editors/koffice/Makefile
+++ b/editors/koffice/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>