diff options
Diffstat (limited to 'misc/32upgrade/Makefile')
-rw-r--r-- | misc/32upgrade/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/32upgrade/Makefile b/misc/32upgrade/Makefile index d46a11a942e3..46c985241287 100644 --- a/misc/32upgrade/Makefile +++ b/misc/32upgrade/Makefile @@ -16,7 +16,8 @@ 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 || ${OSVERSION} >= 400000 +.elif ${OSVERSION} >= 400000 +# test for ${OSVERSION} >= 340000 removed -- it triggers a bug in old make FORBIDDEN= this needs to be built on a recent 3-stable system .endif NO_MTREE= yes |