diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-11-22 20:40:08 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-11-22 20:40:08 +0000 |
commit | 4cb60faedd280bf4b0b07bd947bd9087e09d4357 (patch) | |
tree | 68afea909ff5f83c22ece4ec8e2ae5959483778d /sysutils/slurm-hpc | |
parent | 5b6c7671efda9fa65107199c83addafb2a6f9dca (diff) |
Notes
Diffstat (limited to 'sysutils/slurm-hpc')
-rw-r--r-- | sysutils/slurm-hpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/slurm-hpc/Makefile b/sysutils/slurm-hpc/Makefile index c56ad576e399..100e6ee30f6c 100644 --- a/sysutils/slurm-hpc/Makefile +++ b/sysutils/slurm-hpc/Makefile @@ -57,7 +57,7 @@ CONFIGURE_ARGS+=--with-mysql_config=/nomysql .endif .if ${PORT_OPTIONS:MPGSQL} -USE_PGSQL= yes # Job accounting +USES+= pgsql # Job accounting PLIST_FILES+= lib/slurm/accounting_storage_pgsql.a \ lib/slurm/accounting_storage_pgsql.la \ lib/slurm/accounting_storage_pgsql.so \ |