aboutsummaryrefslogtreecommitdiff
path: root/sysutils/freesbie
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-10-24 09:12:56 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-10-24 09:12:56 +0000
commit6e397bd0840ed703ecef9df67e4f74f632cd6748 (patch)
treed51e82d80fcb51785ad825b16a761358b2c25553 /sysutils/freesbie
parente5192d0c819624fa7e0f810695401cfe6fdfead9 (diff)
downloadports-6e397bd0840ed703ecef9df67e4f74f632cd6748.tar.gz
ports-6e397bd0840ed703ecef9df67e4f74f632cd6748.zip
- Fix OSVERSION test to mark it as IGNORE
PR: ports/87896 Submitted by: Virgil Champlin <champlin@stupidog.org> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=146224
Diffstat (limited to 'sysutils/freesbie')
-rw-r--r--sysutils/freesbie/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/freesbie/Makefile b/sysutils/freesbie/Makefile
index a2adb4d44a6b..06e086830dc7 100644
--- a/sysutils/freesbie/Makefile
+++ b/sysutils/freesbie/Makefile
@@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 540000
+.if ${OSVERSION} < 504000
IGNORE= "Earlier FreeBSD versions then 5.4-RELEASE are not supported."
.endif