aboutsummaryrefslogtreecommitdiffstats
path: root/net/smbfs
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-12-18 21:21:48 +0800
committersheldonh <sheldonh@FreeBSD.org>2001-12-18 21:21:48 +0800
commit37214af2688148a43a2ed0eabfed57e71e8a6016 (patch)
treefaeb823f7a60871392824b7965bd8eb97047cc26 /net/smbfs
parent217fbb8e2e2db7c74e993dd0c4a4bd4b37255b98 (diff)
downloadfreebsd-ports-gnome-37214af2688148a43a2ed0eabfed57e71e8a6016.tar.gz
freebsd-ports-gnome-37214af2688148a43a2ed0eabfed57e71e8a6016.tar.zst
freebsd-ports-gnome-37214af2688148a43a2ed0eabfed57e71e8a6016.zip
IGNORE for OSVERSION later than 440002, following the import
of userland smbfs in OSVERSION 440003. This port is now only useful for older 4.x and 5.x systems that are not STABLE / CURRENT.
Diffstat (limited to 'net/smbfs')
-rw-r--r--net/smbfs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/smbfs/Makefile b/net/smbfs/Makefile
index 408cc7b3e512..9e295b01cb38 100644
--- a/net/smbfs/Makefile
+++ b/net/smbfs/Makefile
@@ -24,6 +24,10 @@ CONFIGURE_SCRIPT=configure
BROKEN= "OS versions prior to 400000 is not supported"
.endif
+.if ${OSVERSION} > 440002 && ${OSVERSION} < 500000
+IGNORE= "OS versions subsequent to 440002 include smbfs"
+.endif
+
.if ${OSVERSION} < 500000
PLIST_SUB= KMODDIR=${KMODDIR}
.else