diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-10-29 15:02:18 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-10-29 15:02:18 +0000 |
commit | b9efe3282bcbeba01c5748d63028347873161eec (patch) | |
tree | 54cb297c17baff1029d8531020ad1845c179e6fa /sysutils/torque/Makefile | |
parent | ba7ebe914eea5a175a1e044b4fb9fa1fb1f4bdc9 (diff) | |
download | ports-b9efe3282bcbeba01c5748d63028347873161eec.tar.gz ports-b9efe3282bcbeba01c5748d63028347873161eec.zip |
Notes
Diffstat (limited to 'sysutils/torque/Makefile')
-rw-r--r-- | sysutils/torque/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sysutils/torque/Makefile b/sysutils/torque/Makefile index 3657dc0b477e..980513d7aee8 100644 --- a/sysutils/torque/Makefile +++ b/sysutils/torque/Makefile @@ -6,7 +6,7 @@ # PORTNAME= torque -PORTVERSION= 2.1.9 +PORTVERSION= 2.2.0 CATEGORIES= sysutils parallel MASTER_SITES= http://www.clusterresources.com/downloads/torque/ @@ -57,4 +57,10 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/torque.setup ${EXAMPLESDIR} @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700000 +BROKEN= Does not build on 7.x +.endif + +.include <bsd.port.post.mk> |