aboutsummaryrefslogtreecommitdiff
path: root/news/pan/Makefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-03-31 16:24:52 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-03-31 16:24:52 +0000
commit58b8e61e3235ae7d9cd839fbb3bb7491972cd222 (patch)
tree2d2e33379f6d563d910e51587f64bed92d19f397 /news/pan/Makefile
parent3a803dbadb6c3bd5a179a498d6743a595e6936ce (diff)
downloadports-58b8e61e3235ae7d9cd839fbb3bb7491972cd222.tar.gz
ports-58b8e61e3235ae7d9cd839fbb3bb7491972cd222.zip
-Update to 0.126.
-Remove a FreeBSD 4.x check.
Notes
Notes: svn path=/head/; revision=188894
Diffstat (limited to 'news/pan/Makefile')
-rw-r--r--news/pan/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile
index 27cd61b4a82f..930c2edb73a6 100644
--- a/news/pan/Makefile
+++ b/news/pan/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= pan
-PORTVERSION= 0.125
-PORTREVISION= 1
+PORTVERSION= 0.126
CATEGORIES= news gnome
MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/source/
DIST_SUBDIR= gnome2
@@ -32,10 +31,6 @@ 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