diff options
author | asami <asami@FreeBSD.org> | 2000-01-07 15:58:56 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-01-07 15:58:56 +0000 |
commit | 64e3b70653a01ee3aef87e8396e42934f21ff085 (patch) | |
tree | 63d35bd176ba874f9637b23960fbf8c38b6a5bbb /misc/30upgrade | |
parent | 4b6d4e2e603d6f00df25607021149f953224cd3c (diff) | |
download | FreeBSD-ports-64e3b70653a01ee3aef87e8396e42934f21ff085.zip FreeBSD-ports-64e3b70653a01ee3aef87e8396e42934f21ff085.tar.gz |
Don't attempt to build these on 4-current machines.
Diffstat (limited to 'misc/30upgrade')
-rw-r--r-- | misc/30upgrade/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/30upgrade/Makefile b/misc/30upgrade/Makefile index 9394b75..1dea5fa 100644 --- a/misc/30upgrade/Makefile +++ b/misc/30upgrade/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 |