summaryrefslogtreecommitdiffstats
path: root/editors/calligra
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-10-29 03:09:49 +0000
committerwill <will@FreeBSD.org>2000-10-29 03:09:49 +0000
commitea1828cba7b44103cd074faa08061d9c4dcb0b9d (patch)
tree870869d6f87087ffa4ec9e436fd9aacccaf4732c /editors/calligra
parentf5336abe6ae53517237f6dda21afcb0600a4b70f (diff)
downloadFreeBSD-ports-ea1828cba7b44103cd074faa08061d9c4dcb0b9d.zip
FreeBSD-ports-ea1828cba7b44103cd074faa08061d9c4dcb0b9d.tar.gz
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/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 bc1c040..fbfe12d 100644
--- a/editors/calligra/Makefile
+++ b/editors/calligra/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>
OpenPOWER on IntegriCloud