diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:29:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:29:08 +0000 |
commit | 935fc1ffdbbee69971670654c2b0190bedc649b7 (patch) | |
tree | 1d38012c525c65e03b9b9d2c57e389836fd6998c /sysutils/torque/Makefile | |
parent | 5f9e066c1d7adad8b9a6fa95791cd2a3a5ee9079 (diff) |
Notes
Diffstat (limited to 'sysutils/torque/Makefile')
-rw-r--r-- | sysutils/torque/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/torque/Makefile b/sysutils/torque/Makefile index 100dcb004c2b..8d70593d844d 100644 --- a/sysutils/torque/Makefile +++ b/sysutils/torque/Makefile @@ -11,14 +11,13 @@ MASTER_SITES= http://www.adaptivecomputing.com/index.php?wpfb_dl=77/ \ MAINTAINER= jwbacon@tds.net COMMENT= Open source distributed computing resource manager based on PBS +USES= gmake perl5 USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-syslog \ --disable-spool -USE_GMAKE= yes USE_RC_SUBR= pbs_server pbs_sched pbs_mom SUB_FILES= pkg-message torque-config -USE_PERL5= yes USE_LDCONFIG= yes CONFLICTS_INSTALL= qstat-[0-9]* zh-qterm-[0-9]* |