diff options
author | will <will@FreeBSD.org> | 2000-10-30 10:47:57 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-10-30 10:47:57 +0800 |
commit | f61e81679000fbe8ae554710b753e1ad193c00b2 (patch) | |
tree | 822a654c4b8a526e8f3e131b2585bf83fd1ab897 /editors/koffice | |
parent | d5388a7d69bcc5f96e1821db9ec094e73c55838d (diff) | |
download | freebsd-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/Makefile | 2 |
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> |