diff options
author | asami <asami@FreeBSD.org> | 2000-01-07 23:58:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-01-07 23:58:56 +0800 |
commit | 64e3b70653a01ee3aef87e8396e42934f21ff085 (patch) | |
tree | 63d35bd176ba874f9637b23960fbf8c38b6a5bbb /misc/34upgrade | |
parent | 4b6d4e2e603d6f00df25607021149f953224cd3c (diff) | |
download | freebsd-ports-gnome-64e3b70653a01ee3aef87e8396e42934f21ff085.tar.gz freebsd-ports-gnome-64e3b70653a01ee3aef87e8396e42934f21ff085.tar.zst freebsd-ports-gnome-64e3b70653a01ee3aef87e8396e42934f21ff085.zip |
Don't attempt to build these on 4-current machines.
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 |