aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2007-12-20 07:18:39 +0800
committertrasz <trasz@FreeBSD.org>2007-12-20 07:18:39 +0800
commit7a8db5f369bcbbaec25f8f638d9774976ed7532b (patch)
treef1276b77f6e02b1b5bdebb4878499dd8b5ebc9a0 /sysutils
parent050756bc128278e28168c6d58d622cbc96829210 (diff)
downloadfreebsd-ports-gnome-7a8db5f369bcbbaec25f8f638d9774976ed7532b.tar.gz
freebsd-ports-gnome-7a8db5f369bcbbaec25f8f638d9774976ed7532b.tar.zst
freebsd-ports-gnome-7a8db5f369bcbbaec25f8f638d9774976ed7532b.zip
- It actually works fine on 7.x. Mark it broken on 8.x instead.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/torque/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/torque/Makefile b/sysutils/torque/Makefile
index 22a4b85444a5..05364c79d52a 100644
--- a/sysutils/torque/Makefile
+++ b/sysutils/torque/Makefile
@@ -59,8 +59,8 @@ post-install:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 700000
-BROKEN= Does not build on 7.x
+.if ${OSVERSION} >= 800000
+BROKEN= Does not build on 8.x
.endif
.include <bsd.port.post.mk>