diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-01-13 02:39:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-01-13 02:39:35 +0000 |
commit | 1ae11b4926788bd5392f9a47bbafe5a341769f00 (patch) | |
tree | 984845815e28ef6dbf05b999408bff9af3fe1c24 /misc/34upgrade | |
parent | 7680ba12a8158dfd787b326f6a6aec57d6975b2f (diff) | |
download | ports-1ae11b4926788bd5392f9a47bbafe5a341769f00.tar.gz ports-1ae11b4926788bd5392f9a47bbafe5a341769f00.zip |
Notes
Diffstat (limited to 'misc/34upgrade')
-rw-r--r-- | misc/34upgrade/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/34upgrade/Makefile b/misc/34upgrade/Makefile index 51a110e23918..65b9805e8a48 100644 --- a/misc/34upgrade/Makefile +++ b/misc/34upgrade/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 |