diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-01-07 15:58:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-01-07 15:58:56 +0000 |
commit | e531a7627b431410cb89ab0f1c60bcc480a8ff32 (patch) | |
tree | 3b15aed0d43d3e4a7d32a7ca544fa4a0085246ee /misc/34upgrade | |
parent | 23b816f7d06c154795e89f50091d4d14fa82c5b4 (diff) | |
download | ports-e531a7627b431410cb89ab0f1c60bcc480a8ff32.tar.gz ports-e531a7627b431410cb89ab0f1c60bcc480a8ff32.zip |
Notes
Diffstat (limited to 'misc/34upgrade')
-rw-r--r-- | misc/34upgrade/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/34upgrade/Makefile b/misc/34upgrade/Makefile index c7fc76f338fa..51a110e23918 100644 --- a/misc/34upgrade/Makefile +++ b/misc/34upgrade/Makefile @@ -16,7 +16,7 @@ MAINTAINER= asami@FreeBSD.org .if !defined(PACKAGE_BUILDING) BROKEN= this \"port\" is for building packages for distribution only, please get the package from http://www.freebsd.org/ports/ if you need an upgrade -.elif ${OSVERSION} < 340000 +.elif ${OSVERSION} < 340000 || ${OSVERSION} >= 400000 FORBIDDEN= this needs to be built on a recent 3-stable system .endif NO_MTREE= yes |