diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2008-07-22 21:10:10 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2008-07-22 21:10:10 +0000 |
commit | 9574d50a8b0abfc7c19b12922c6c58d74a211a17 (patch) | |
tree | 0fe804c40666c590da7e51a00e5fe8ddd27a0c66 /sysutils | |
parent | e421e38e96ad267771b916c206ac5ed141404b75 (diff) | |
download | ports-9574d50a8b0abfc7c19b12922c6c58d74a211a17.tar.gz ports-9574d50a8b0abfc7c19b12922c6c58d74a211a17.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/torque/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/torque/Makefile b/sysutils/torque/Makefile index 6550d18dc419..399f82a65070 100644 --- a/sysutils/torque/Makefile +++ b/sysutils/torque/Makefile @@ -57,10 +57,4 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/torque.setup ${EXAMPLESDIR} @${CAT} ${PKGMESSAGE} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 800000 -BROKEN= Does not build on 8.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |