diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-04-16 07:32:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-04-16 07:32:24 +0000 |
commit | c4474773d730c0ea7ce0468d8e1ee685957bc567 (patch) | |
tree | ba2d96eb77d529a30fb7a7d52dea4e7d271f573f /astro/boinc-einsteinathome | |
parent | cb91442bd5f916d2fa37c8bd8083fb76085aa589 (diff) |
- Desupport 4.X
PR: ports/111642
Submitted by: edwin
Notes
Notes:
svn path=/head/; revision=190082
Diffstat (limited to 'astro/boinc-einsteinathome')
-rw-r--r-- | astro/boinc-einsteinathome/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/astro/boinc-einsteinathome/Makefile b/astro/boinc-einsteinathome/Makefile index 25d924ad1079..ae69b152a84a 100644 --- a/astro/boinc-einsteinathome/Makefile +++ b/astro/boinc-einsteinathome/Makefile @@ -19,11 +19,6 @@ COMMENT= Search for gravitational waves, a distributed computing project ONLY_FOR_ARCHS= i386 amd64 -# Binary is built for 5.X : -.if ${OSVERSION} < 500000 -IGNORE= only supports FreeBSD 5.X and newer -.endif - .if ${OSVERSION} >= 600000 LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x .endif |