diff options
author | R. Imura <imura@FreeBSD.org> | 2000-10-23 16:29:20 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-10-23 16:29:20 +0000 |
commit | 9e7925bfa8d92d09c2ce07168e1badcea13de808 (patch) | |
tree | 09e835f9e72ad11e21f6c60c330adaf33586eb68 /japanese/msdosfs/Makefile | |
parent | 9fbd04e5bf4c4fafb72c0e31d6f175f612c9a497 (diff) |
Notes
Diffstat (limited to 'japanese/msdosfs/Makefile')
-rw-r--r-- | japanese/msdosfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/msdosfs/Makefile b/japanese/msdosfs/Makefile index 701aa02c8521..b140f4d37fe7 100644 --- a/japanese/msdosfs/Makefile +++ b/japanese/msdosfs/Makefile @@ -25,10 +25,11 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/msdosfs.ja LAST_UPDATED= 20001007 PATCHDIR= ${MASTERDIR}/patches.4 .elif ${OSVERSION} >= 500013 -LAST_UPDATED= 20001009 +LAST_UPDATED= 20001022 PATCHDIR= ${MASTERDIR}/patches.5 NO_PACKAGE= "to avoid crashing a machine when try to install incorrect version" .else +LAST_UPDATED= 20001007 BROKEN= "It may not work with your FreeBSD version (but I'm not sure)" .endif |