aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/lyx
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-07-03 17:32:56 +0800
committerpav <pav@FreeBSD.org>2007-07-03 17:32:56 +0800
commit353552d0444331c9bfdd205ceaaf4ace4fd918aa (patch)
tree65a89810d0c15222e4b727bcb72fb9ea62d2e0c7 /japanese/lyx
parent1085c5b24cf5dea17a9a3a18502a47c31ee0f77c (diff)
downloadfreebsd-ports-gnome-353552d0444331c9bfdd205ceaaf4ace4fd918aa.tar.gz
freebsd-ports-gnome-353552d0444331c9bfdd205ceaaf4ace4fd918aa.tar.zst
freebsd-ports-gnome-353552d0444331c9bfdd205ceaaf4ace4fd918aa.zip
- Mark BROKEN on CURRENT: does not build with GCC 4.2
Diffstat (limited to 'japanese/lyx')
-rw-r--r--japanese/lyx/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/lyx/Makefile b/japanese/lyx/Makefile
index e6917d60e40b..2195d6e28e56 100644
--- a/japanese/lyx/Makefile
+++ b/japanese/lyx/Makefile
@@ -28,6 +28,12 @@ STRIP=
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
MAN1= lyx.1 reLyX.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
pre-fetch:
.if !defined(WITH_ISPELL)
@${ECHO_MSG} "if you want this port build with spell checker type"
@@ -43,4 +49,4 @@ post-install:
${INSTALL_DATA} ${WRKDIR}/README.jis ${PREFIX}/share/lyx
${INSTALL_DATA} ${WRKSRC}/lib/lyxrc.jp ${PREFIX}/share/lyx
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>