aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-01-07 23:58:56 +0800
committerasami <asami@FreeBSD.org>2000-01-07 23:58:56 +0800
commit64e3b70653a01ee3aef87e8396e42934f21ff085 (patch)
tree63d35bd176ba874f9637b23960fbf8c38b6a5bbb
parent4b6d4e2e603d6f00df25607021149f953224cd3c (diff)
downloadfreebsd-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.
-rw-r--r--misc/30upgrade/Makefile2
-rw-r--r--misc/31upgrade/Makefile2
-rw-r--r--misc/32upgrade/Makefile2
-rw-r--r--misc/34upgrade/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/misc/30upgrade/Makefile b/misc/30upgrade/Makefile
index 9394b7535165..1dea5fa8aa28 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
diff --git a/misc/31upgrade/Makefile b/misc/31upgrade/Makefile
index 28796bdcfde2..d9c1211514d7 100644
--- a/misc/31upgrade/Makefile
+++ b/misc/31upgrade/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
diff --git a/misc/32upgrade/Makefile b/misc/32upgrade/Makefile
index 5a68cc09af8c..d46a11a942e3 100644
--- a/misc/32upgrade/Makefile
+++ b/misc/32upgrade/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
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