aboutsummaryrefslogtreecommitdiffstats
path: root/editors/koffice
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-10-29 11:09:49 +0800
committerwill <will@FreeBSD.org>2000-10-29 11:09:49 +0800
commitea1828cba7b44103cd074faa08061d9c4dcb0b9d (patch)
tree870869d6f87087ffa4ec9e436fd9aacccaf4732c /editors/koffice
parentf5336abe6ae53517237f6dda21afcb0600a4b70f (diff)
downloadfreebsd-ports-gnome-ea1828cba7b44103cd074faa08061d9c4dcb0b9d.tar.gz
freebsd-ports-gnome-ea1828cba7b44103cd074faa08061d9c4dcb0b9d.tar.zst
freebsd-ports-gnome-ea1828cba7b44103cd074faa08061d9c4dcb0b9d.zip
Oops, forgot to remove -lqt2 along with -L${X11BASE}/lib, to allow people
to compile on X4.0.1. Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
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 bc1c0406dcc1..fbfe12df3c11 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 -lqt2 -ljpeg -lgcc -lstdc++"
+ LIBS="-Wl,-export-dyanmic -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++"
USE_GMAKE= yes
.include <bsd.port.mk>