aboutsummaryrefslogtreecommitdiffstats
path: root/news/pan/Makefile
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2007-04-01 00:24:52 +0800
committermezz <mezz@FreeBSD.org>2007-04-01 00:24:52 +0800
commit35ca1e678f12bc7c1bbcef74ee91914c95f4825d (patch)
treeb88924147b8339fc139bd9ec69018b952ebcee5c /news/pan/Makefile
parenteb2842e927afef2aa5fc82fafe7c0caade6a05cb (diff)
downloadfreebsd-ports-gnome-35ca1e678f12bc7c1bbcef74ee91914c95f4825d.tar.gz
freebsd-ports-gnome-35ca1e678f12bc7c1bbcef74ee91914c95f4825d.tar.zst
freebsd-ports-gnome-35ca1e678f12bc7c1bbcef74ee91914c95f4825d.zip
-Update to 0.126.
-Remove a FreeBSD 4.x check.
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