aboutsummaryrefslogtreecommitdiff
path: root/news/pan
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-11-04 22:32:55 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-11-04 22:32:55 +0000
commit7726dfa171be85c0bb3fd869880fe1374712382d (patch)
treef9477c5864e096ee15aec5922fd0ac9c9be44ee2 /news/pan
parent7cfa713e8e9ed44c4b794d162fb5023b3e36f744 (diff)
downloadports-7726dfa171be85c0bb3fd869880fe1374712382d.tar.gz
ports-7726dfa171be85c0bb3fd869880fe1374712382d.zip
Notes
Diffstat (limited to 'news/pan')
-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