diff options
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 |