From 97722358526c65efb2c251284042c95ee8bf6552 Mon Sep 17 00:00:00 2001 From: arved Date: Mon, 1 Mar 2004 09:27:55 +0000 Subject: Update to 1.3.4 PR: 63498 Submitted by: KATO Tsuguru --- print/lyx15/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'print/lyx15/Makefile') diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile index bb129cac0586..4a13b7ea7d1f 100644 --- a/print/lyx15/Makefile +++ b/print/lyx15/Makefile @@ -6,8 +6,7 @@ # PORTNAME= lyx -PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTVERSION= 1.3.4 CATEGORIES= print MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ ftp://ftp.sdsc.edu/pub/other/lyx/stable/ \ @@ -59,6 +58,9 @@ RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .if ${OSVERSION} < 500035 CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30 +.if defined(WITH_QT) +BROKEN= QT Frontend coredumps on 4.x. Use the xforms Frontend instead. +.endif .endif pre-everything:: -- cgit