diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-19 21:20:48 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-19 21:20:48 +0000 |
commit | c7611291caed7042dac74061e36e3fa5ba7ed166 (patch) | |
tree | 1d2de5d52eb1b8904d425116b2afd36170dab951 /net/nvnet | |
parent | - Set EXPIRATION_DATE as it is marked as DEPRECATED for some time (diff) |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter n-p
Notes
Notes:
svn path=/head/; revision=190385
Diffstat (limited to 'net/nvnet')
-rw-r--r-- | net/nvnet/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/nvnet/Makefile b/net/nvnet/Makefile index 8b8efb53b581..4295ee909524 100644 --- a/net/nvnet/Makefile +++ b/net/nvnet/Makefile @@ -26,10 +26,6 @@ MAKE_ENV= OSTYPE=${OPSYS} .include <bsd.port.pre.mk> -.if ${OSVERSION} < 480100 || ${OSVERSION} >= 500000 && ${OSVERSION} < 501000 -IGNORE= Systems prior to FreeBSD 4.9 & 5.1 are not supported -.endif - .if ${OSVERSION} >= 600021 IGNORE= nve support already exists in base .endif |