diff options
author | arved <arved@FreeBSD.org> | 2004-03-01 17:27:55 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-03-01 17:27:55 +0800 |
commit | 97722358526c65efb2c251284042c95ee8bf6552 (patch) | |
tree | 79032170cf369e84c459aa6d3fa4e590b13d481a /print/lyx15/Makefile | |
parent | ffae966c941f18b976ed2c77797eb69176d22dee (diff) | |
download | freebsd-ports-gnome-97722358526c65efb2c251284042c95ee8bf6552.tar.gz freebsd-ports-gnome-97722358526c65efb2c251284042c95ee8bf6552.tar.zst freebsd-ports-gnome-97722358526c65efb2c251284042c95ee8bf6552.zip |
Update to 1.3.4
PR: 63498
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'print/lyx15/Makefile')
-rw-r--r-- | print/lyx15/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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:: |