aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2006-11-05 06:32:55 +0800
committermezz <mezz@FreeBSD.org>2006-11-05 06:32:55 +0800
commit92373d7dd17f771c1e5203b4de560050b67eead6 (patch)
treeae96bde22b9c139d68193fa8594cbcdfab95d870 /news
parent7fff63f23cb2030254e7c32050ed0675de124810 (diff)
downloadfreebsd-ports-gnome-92373d7dd17f771c1e5203b4de560050b67eead6.tar.gz
freebsd-ports-gnome-92373d7dd17f771c1e5203b4de560050b67eead6.tar.zst
freebsd-ports-gnome-92373d7dd17f771c1e5203b4de560050b67eead6.zip
Mark IGNORE on 4.X as it does not build.
Reported by: krismail
Diffstat (limited to 'news')
-rw-r--r--news/pan/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile
index f0b940053a7e..e1eb0ea5994f 100644
--- a/news/pan/Makefile
+++ b/news/pan/Makefile
@@ -31,6 +31,10 @@ OPTIONS= GTKSPELL "Enable spell checking support" on
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+IGNORE= does not build on 4.X
+.endif
+
.if defined(WITHOUT_GTKSPELL)
CONFIGURE_ARGS+= --without-gtkspell
.else