diff options
author | garga <garga@FreeBSD.org> | 2005-10-24 09:12:56 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-10-24 09:12:56 +0000 |
commit | 4b8dffdeb53cf4405f5211c2699523c62995dfab (patch) | |
tree | 0569777927b833467756db39053230981c358412 /sysutils/freesbie | |
parent | 5fbd01cef54ad6608acb341465b6d1ed3ab2b001 (diff) | |
download | FreeBSD-ports-4b8dffdeb53cf4405f5211c2699523c62995dfab.zip FreeBSD-ports-4b8dffdeb53cf4405f5211c2699523c62995dfab.tar.gz |
- Fix OSVERSION test to mark it as IGNORE
PR: ports/87896
Submitted by: Virgil Champlin <champlin@stupidog.org>
Approved by: maintainer
Diffstat (limited to 'sysutils/freesbie')
-rw-r--r-- | sysutils/freesbie/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/freesbie/Makefile b/sysutils/freesbie/Makefile index a2adb4d..06e0868 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 |