From 35ca1e678f12bc7c1bbcef74ee91914c95f4825d Mon Sep 17 00:00:00 2001 From: mezz Date: Sat, 31 Mar 2007 16:24:52 +0000 Subject: -Update to 0.126. -Remove a FreeBSD 4.x check. --- news/pan/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'news/pan/Makefile') 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 -.if ${OSVERSION} < 500000 -IGNORE= does not build on 4.X -.endif - .if defined(WITHOUT_GTKSPELL) CONFIGURE_ARGS+= --without-gtkspell .else -- cgit